Uses of Enum
org.teavm.classlib.java.util.stream.TCollector.Characteristics
Packages that use TCollector.Characteristics
-
Uses of TCollector.Characteristics in org.teavm.classlib.java.util.stream
Methods in org.teavm.classlib.java.util.stream that return TCollector.CharacteristicsModifier and TypeMethodDescriptionstatic TCollector.Characteristics
Returns the enum constant of this type with the specified name.static TCollector.Characteristics[]
TCollector.Characteristics.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teavm.classlib.java.util.stream that return types with arguments of type TCollector.CharacteristicsMethods in org.teavm.classlib.java.util.stream with parameters of type TCollector.CharacteristicsModifier and TypeMethodDescriptionstatic <T, A, R> TCollector<T,A,R>
TCollector.of(Supplier<A> supplier, BiConsumer<A,T> accumulator, BinaryOperator<A> combiner, Function<A,R> finisher, TCollector.Characteristics... characteristics)
static <T, R> TCollector<T,R,R>
TCollector.of(Supplier<R> supplier, BiConsumer<R,T> accumulator, BinaryOperator<R> combiner, TCollector.Characteristics... characteristics)