Class SubtractFunction.SubtractLongFunction
- java.lang.Object
-
- org.eclipse.collections.impl.block.function.SubtractFunction.SubtractLongFunction
-
- 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:
- SubtractFunction
private static class SubtractFunction.SubtractLongFunction 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 longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateSubtractLongFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Longvalue(java.lang.Long argument1, java.lang.Long argument2)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-