Uses of Interface
org.danekja.java.util.function.serializable.SerializableIntUnaryOperator
-
Packages that use SerializableIntUnaryOperator Package Description org.danekja.java.util.function.serializable This package contains serializable versions of JDK'sjava.util.functionpackage -
-
Uses of SerializableIntUnaryOperator in org.danekja.java.util.function.serializable
Methods in org.danekja.java.util.function.serializable that return SerializableIntUnaryOperator Modifier and Type Method Description default SerializableIntUnaryOperatorSerializableIntUnaryOperator. andThen(SerializableIntUnaryOperator after)Returns a composed operator that first applies this operator to its input, and then applies theafteroperator to the result.default SerializableIntUnaryOperatorSerializableIntUnaryOperator. compose(SerializableIntUnaryOperator before)Returns a composed operator that first applies thebeforeoperator to its input, and then applies this operator to the result.static SerializableIntUnaryOperatorSerializableIntUnaryOperator. identity()Returns a unary operator that always returns its input argument.Methods in org.danekja.java.util.function.serializable with parameters of type SerializableIntUnaryOperator Modifier and Type Method Description default SerializableIntUnaryOperatorSerializableIntUnaryOperator. andThen(SerializableIntUnaryOperator after)Returns a composed operator that first applies this operator to its input, and then applies theafteroperator to the result.default SerializableIntUnaryOperatorSerializableIntUnaryOperator. compose(SerializableIntUnaryOperator before)Returns a composed operator that first applies thebeforeoperator to its input, and then applies this operator to the result.
-