- apply() - Method in class com.cognitect.transducers.AReducingFunction
-
Throws IllegalStateException.
- apply(R) - Method in class com.cognitect.transducers.AReducingFunction
-
Returns the given result without alteration.
- apply() - Method in class com.cognitect.transducers.AReducingFunctionOn
-
Forwards to chained reducing function.
- apply(R) - Method in class com.cognitect.transducers.AReducingFunctionOn
-
Forwards to chained reducing function.
- apply(T, U) - Method in interface com.cognitect.transducers.BiFunction
-
Invokes the function
- apply(T) - Method in interface com.cognitect.transducers.Function
-
Invokes the function
- apply() - Method in interface com.cognitect.transducers.IReducingFunction
-
Returns a newly initialized result.
- apply(R) - Method in interface com.cognitect.transducers.IReducingFunction
-
Completes processing of a final result.
- apply(R, T, AtomicBoolean) - Method in interface com.cognitect.transducers.IStepFunction
-
Applies the reducing function to the current result and
the new input, returning a new result.
- apply(IReducingFunction<R, ? super B>) - Method in interface com.cognitect.transducers.ITransducer
-
Transforms a reducing function of B into a reducing function
of C.
- AReducingFunction<R,T> - Class in com.cognitect.transducers
-
Abstract base class for implementing a reducing function.
- AReducingFunction() - Constructor for class com.cognitect.transducers.AReducingFunction
-
- AReducingFunctionOn<R,A,B> - Class in com.cognitect.transducers
-
Abstract base class for implementing a reducing function that chains to
another reducing function.
- AReducingFunctionOn(IReducingFunction<R, ? super A>) - Constructor for class com.cognitect.transducers.AReducingFunctionOn
-
Constructs a reducing function that chains to the given
reducing function.
- ATransducer<B,C> - Class in com.cognitect.transducers
-
Abstract base class for implementing a transducer that implements
comp.
- ATransducer() - Constructor for class com.cognitect.transducers.ATransducer
-