public class MinByProcedure<T,V extends Comparable<? super V>> extends Object implements org.eclipse.collections.api.block.procedure.Procedure<T>
Procedure that holds on to the minimum element seen so far,
determined by the Function.| Constructor and Description |
|---|
MinByProcedure(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
Copyright © 2004–2018. All rights reserved.