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_DESCRIPTION
static final Accumulator
<TypeReference, StringBuilder> TypeReference.TypeFunctions.APPEND_CLASS_DESCRIPTION
static final Accumulator
<TypeReference, StringBuilder> TypeReference.TypeFunctions.APPEND_CLASS_SIGNATURE
static final Accumulator
<TypeReference, StringBuilder> TypeReference.TypeFunctions.APPEND_DESCRIPTION
static final Accumulator
<TypeReference, StringBuilder> TypeReference.TypeFunctions.APPEND_ERASED_CLASS_SIGNATURE
static final Accumulator
<TypeReference, StringBuilder> TypeReference.TypeFunctions.APPEND_ERASED_DESCRIPTION
static final Accumulator
<TypeReference, StringBuilder> TypeReference.TypeFunctions.APPEND_ERASED_SIGNATURE
static final Accumulator
<TypeReference, StringBuilder> TypeReference.TypeFunctions.APPEND_GENERIC_SIGNATURE
static final Accumulator
<TypeReference, StringBuilder> TypeReference.TypeFunctions.APPEND_SIGNATURE
static final Accumulator
<TypeReference, StringBuilder> TypeReference.TypeFunctions.APPEND_SIMPLE_DESCRIPTION
Methods in com.strobel.assembler.metadata with parameters of type AccumulatorModifier and TypeMethodDescription(package private) static StringBuilder
CompoundTypeReference.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)