Class MaxProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.MaxProcedure<T>
- All Implemented Interfaces:
Serializable
,Consumer<T>
,Procedure<T>
public class MaxProcedure<T> extends Object implements Procedure<T>
Implementation of
Procedure
that holds on to the minimum element seen so far,
determined by the Function
.- See Also:
- Serialized Form
-
Constructor Details
-
MaxProcedure
public MaxProcedure()
-
-
Method Details