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