Package org.wildfly.clustering.function
Class BiFunction.LatterIdentityFunction<T,U extends R,R>
java.lang.Object
org.wildfly.clustering.function.BiFunction.LatterIdentityFunction<T,U,R>
- All Implemented Interfaces:
Serializable,BiFunction<T,,U, R> BiFunction<T,U, R>
- Direct Known Subclasses:
BinaryOperator.LatterIdentityOperator
- Enclosing interface:
BiFunction<T,U, R>
public static class BiFunction.LatterIdentityFunction<T,U extends R,R>
extends Object
implements BiFunction<T,U,R>, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.wildfly.clustering.function.BiFunction
BiFunction.FormerIdentityFunction<T extends R,U, R>, BiFunction.LatterIdentityFunction<T, U extends R, R> -
Field Summary
Fields inherited from interface org.wildfly.clustering.function.BiFunction
FORMER_IDENTITY, LATTER_IDENTITY, NULL -
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.BiFunction
andThen, compose, orDefault, reverse, withDefault