Uses of Interface
org.danekja.java.util.function.serializable.SerializableUnaryOperator
Packages that use SerializableUnaryOperator
-
Uses of SerializableUnaryOperator in org.danekja.java.util.function.serializable
Methods in org.danekja.java.util.function.serializable that return SerializableUnaryOperatorModifier and TypeMethodDescriptionstatic <T> SerializableUnaryOperator<T> SerializableUnaryOperator.identity()Returns a unary operator that always returns its input argument.