Package org.wildfly.clustering.function
Class UnaryOperator.IdentityOperator<T>
java.lang.Object
org.wildfly.clustering.function.Function.IdentityFunction<T,T>
org.wildfly.clustering.function.UnaryOperator.IdentityOperator<T>
- All Implemented Interfaces:
Serializable,Function<T,,T> UnaryOperator<T>,Function<T,,T> UnaryOperator<T>
- Enclosing interface:
UnaryOperator<T>
public static class UnaryOperator.IdentityOperator<T>
extends Function.IdentityFunction<T,T>
implements UnaryOperator<T>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.wildfly.clustering.function.Function
Function.IdentityFunction<T extends R,R> Nested classes/interfaces inherited from interface org.wildfly.clustering.function.UnaryOperator
UnaryOperator.IdentityOperator<T> -
Field Summary
Fields inherited from interface org.wildfly.clustering.function.UnaryOperator
IDENTITY, NULL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.function.Function.IdentityFunction
applyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.function.UnaryOperator
andThen, compose, orDefault, withDefault
-
Constructor Details
-
IdentityOperator
public IdentityOperator()
-