Uses of Interface
org.wildfly.clustering.marshalling.protostream.reflect.TriFunction
Packages that use TriFunction
-
Uses of TriFunction in org.wildfly.clustering.marshalling.protostream.reflect
Methods in org.wildfly.clustering.marshalling.protostream.reflect that return TriFunctionModifier and TypeMethodDescriptiondefault <V> TriFunction<P1, P2, P3, V> Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.Constructors in org.wildfly.clustering.marshalling.protostream.reflect with parameters of type TriFunctionModifierConstructorDescriptionTernaryFieldMarshaller(Class<? extends T> type, Class<F1> field1Type, Class<F2> field2Type, Class<F3> field3Type, TriFunction<F1, F2, F3, T> factory) TernaryMemberMarshaller(Class<? extends T> type, BiFunction<Object, M, Object> accessor, BiFunction<Class<?>, Class<?>, M> memberLocator, Class<M1> member1Type, Class<M2> member2Type, Class<M3> member3Type, TriFunction<M1, M2, M3, T> factory) TernaryMethodMarshaller(Class<? extends T> type, Class<M1> member1Type, Class<M2> member2Type, Class<M3> member3Type, TriFunction<M1, M2, M3, T> factory)