Package com.google.mu.util
Class Funnel.Batch<F,T>
java.lang.Object
com.google.mu.util.Funnel.Batch<F,T>
- Type Parameters:
F
- batch input element typeT
- batch output element type
- All Implemented Interfaces:
Consumer<F>
Deprecated.
too niche
Holds the elements to be converted through a single batch conversion.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Addssource
to be converted.void
Deprecated.Addssource
to be converted.void
Deprecated.Addssource
to be converted.
-
Method Details
-
accept
Deprecated.Addssource
to be converted. -
accept
Deprecated.Addssource
to be converted.postConversion
will be applied after the batch conversion completes, to compute the final result for this input. -
accept
Deprecated.Addssource
to be converted.aftereffect
will be applied against the conversion result after the batch completes.
-