Class MarshallableFunctions.Identity<T>
java.lang.Object
org.infinispan.marshall.core.MarshallableFunctions.Identity<T>
- All Implemented Interfaces:
Function<T,
,T> UnaryOperator<T>
,InjectiveFunction<T,
T>
- Enclosing class:
MarshallableFunctions
@ProtoTypeId(1279)
public static final class MarshallableFunctions.Identity<T>
extends Object
implements InjectiveFunction<T,T>, UnaryOperator<T>
-
Constructor Details
-
Identity
public Identity()
-
-
Method Details
-
apply
-