java.io.Serializable
, java.util.function.Consumer<T>
, Procedure<T>
public class MinProcedure<T> extends java.lang.Object implements Procedure<T>
Procedure
that holds on to the minimum element seen so far,
determined by the Function
.Constructor | Description |
---|---|
MinProcedure() |
Modifier and Type | Method | Description |
---|---|---|
T |
getResult() |
|
java.util.Optional<T> |
getResultOptional() |
|
void |
value(T each) |
Copyright © 2004–2018. All rights reserved.