Class MaxFunction.MaxLongFunction
- java.lang.Object
-
- org.eclipse.collections.impl.block.function.MaxFunction.MaxLongFunction
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.BiFunction<java.lang.Long,java.lang.Long,java.lang.Long>
,Function2<java.lang.Long,java.lang.Long,java.lang.Long>
- Enclosing class:
- MaxFunction
private static class MaxFunction.MaxLongFunction extends java.lang.Object implements Function2<java.lang.Long,java.lang.Long,java.lang.Long>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
MaxLongFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
value(java.lang.Long argument1, java.lang.Long argument2)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-