Class Int2IntFunction
java.lang.Object
org.apache.sshd.common.util.functors.Int2IntFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IntUnaryOperator
add
(int delta) static IntUnaryOperator
constant
(int v) static IntUnaryOperator
div
(int factor) static IntUnaryOperator
mul
(int factor) static IntUnaryOperator
sub
(int delta)
-
Constructor Details
-
Int2IntFunction
private Int2IntFunction()
-
-
Method Details
-
sub
-
add
-
mul
-
constant
-
div
-