Class Int2IntFunction
java.lang.Object
org.apache.sshd.common.util.functors.Int2IntFunction
- Author:
- Apache MINA SSHD Project
-
Method Summary
Modifier and TypeMethodDescriptionstatic IntUnaryOperatoradd(int delta) static IntUnaryOperatorconstant(int v) static IntUnaryOperatordiv(int factor) static IntUnaryOperatormul(int factor) static IntUnaryOperatorsub(int delta)
-
Method Details
-
sub
-
add
-
mul
-
constant
-
div
-