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:
  • Constructor Details

    • IdentityOperator

      public IdentityOperator()