Uses of Interface
com.identityworksllc.iiq.common.TriFunction
-
Packages that use TriFunction Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development -
-
Uses of TriFunction in com.identityworksllc.iiq.common
Methods in com.identityworksllc.iiq.common with parameters of type TriFunction Modifier and Type Method Description <R> R
Triple. map(TriFunction<? super A,? super B,? super C,R> mapping)
Maps this object to another value using the given TriFunction or lambda equivalent.
-