Class MinProcedure<T>
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.MinProcedure<T>
-
- All Implemented Interfaces:
Serializable,Consumer<T>,Procedure<T>
public class MinProcedure<T> extends Object implements Procedure<T>
Implementation ofProcedurethat holds on to the minimum element seen so far, determined by theFunction.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MinProcedure()
-