Uses of Interface
org.danekja.java.util.function.serializable.SerializableLongUnaryOperator
Packages that use SerializableLongUnaryOperator
-
Uses of SerializableLongUnaryOperator in org.danekja.java.util.function.serializable
Methods in org.danekja.java.util.function.serializable that return SerializableLongUnaryOperatorModifier and TypeMethodDescriptiondefault SerializableLongUnaryOperatorSerializableLongUnaryOperator.andThen(SerializableLongUnaryOperator after) Returns a composed operator that first applies this operator to its input, and then applies theafteroperator to the result.default SerializableLongUnaryOperatorSerializableLongUnaryOperator.compose(SerializableLongUnaryOperator before) Returns a composed operator that first applies thebeforeoperator to its input, and then applies this operator to the result.SerializableLongUnaryOperator.identity()Returns a unary operator that always returns its input argument.Methods in org.danekja.java.util.function.serializable with parameters of type SerializableLongUnaryOperatorModifier and TypeMethodDescriptiondefault SerializableLongUnaryOperatorSerializableLongUnaryOperator.andThen(SerializableLongUnaryOperator after) Returns a composed operator that first applies this operator to its input, and then applies theafteroperator to the result.default SerializableLongUnaryOperatorSerializableLongUnaryOperator.compose(SerializableLongUnaryOperator before) Returns a composed operator that first applies thebeforeoperator to its input, and then applies this operator to the result.