Uses of Interface
com.strobel.core.Accumulator
Packages that use Accumulator
-
Uses of Accumulator in com.strobel.assembler.metadata
Fields in com.strobel.assembler.metadata declared as AccumulatorModifier and TypeFieldDescriptionstatic final Accumulator<TypeReference, StringBuilder> TypeReference.TypeFunctions.APPEND_BRIEF_DESCRIPTIONstatic final Accumulator<TypeReference, StringBuilder> TypeReference.TypeFunctions.APPEND_CLASS_DESCRIPTIONstatic final Accumulator<TypeReference, StringBuilder> TypeReference.TypeFunctions.APPEND_CLASS_SIGNATUREstatic final Accumulator<TypeReference, StringBuilder> TypeReference.TypeFunctions.APPEND_DESCRIPTIONstatic final Accumulator<TypeReference, StringBuilder> TypeReference.TypeFunctions.APPEND_ERASED_CLASS_SIGNATUREstatic final Accumulator<TypeReference, StringBuilder> TypeReference.TypeFunctions.APPEND_ERASED_DESCRIPTIONstatic final Accumulator<TypeReference, StringBuilder> TypeReference.TypeFunctions.APPEND_ERASED_SIGNATUREstatic final Accumulator<TypeReference, StringBuilder> TypeReference.TypeFunctions.APPEND_GENERIC_SIGNATUREstatic final Accumulator<TypeReference, StringBuilder> TypeReference.TypeFunctions.APPEND_SIGNATUREstatic final Accumulator<TypeReference, StringBuilder> TypeReference.TypeFunctions.APPEND_SIMPLE_DESCRIPTIONMethods in com.strobel.assembler.metadata with parameters of type AccumulatorModifier and TypeMethodDescription(package private) static StringBuilderCompoundTypeReference.append0(ICompoundType t, StringBuilder sb, String delimiter, Accumulator<TypeReference, StringBuilder> appender) -
Uses of Accumulator in com.strobel.core
Methods in com.strobel.core with parameters of type AccumulatorModifier and TypeMethodDescriptionstatic <TSource, TAccumulate>
TAccumulateAggregate.aggregate(Iterable<TSource> source, Accumulator<TSource, TAccumulate> accumulator) static <TSource, TAccumulate, TResult>
TResultAggregate.aggregate(Iterable<TSource> source, Accumulator<TSource, TAccumulate> accumulator, Selector<TAccumulate, TResult> resultSelector) static <TSource, TAccumulate>
TAccumulateAggregate.aggregate(Iterable<TSource> source, TAccumulate seed, Accumulator<TSource, TAccumulate> accumulator) static <TSource, TAccumulate, TResult>
TResultAggregate.aggregate(Iterable<TSource> source, TAccumulate seed, Accumulator<TSource, TAccumulate> accumulator, Selector<TAccumulate, TResult> resultSelector) Aggregator.aggregate(TSource source, TAccumulate seed, Accumulator<TSource, TAccumulate> accumulator, Selector<TAccumulate, TResult> resultSelector)