java.lang.Object
org.zfcj.math.numbers.IntegerDivision
- All Implemented Interfaces:
org.zfcj.math.set.BiFunction<Integer,
,Integer, Integer> org.zfcj.math.set.BinaryOperator<Integer>
A
BinaryOperator
that divides one Integer
s by
another and returns their quotient-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntegerDivision
public IntegerDivision()
-
-
Method Details
-
apply
Description copied from interface:org.zfcj.math.set.BiFunction
Applies the function to the given input elements t and u and returns the corresponding output element
-