Class Min
- java.lang.Object
-
- io.virtdata.libbasics.shared.from_long.to_long.Min
-
- All Implemented Interfaces:
java.util.function.LongUnaryOperator
public class Min extends java.lang.Object implements java.util.function.LongUnaryOperatorReturn the minimum of either the input value or the specified minimum.
-
-
Constructor Summary
Constructors Constructor Description Min(long min)
-
Method Summary
Modifier and Type Method Description longapplyAsLong(long operand)
-