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