Uses of Interface
com.identityworksllc.iiq.common.Functions.BiFunctionWithError
-
Packages that use Functions.BiFunctionWithError Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development -
-
Uses of Functions.BiFunctionWithError in com.identityworksllc.iiq.common
Methods in com.identityworksllc.iiq.common that return Functions.BiFunctionWithError Modifier and Type Method Description default <V> Functions.BiFunctionWithError<A,B,V>
Functions.BiFunctionWithError. andThen(Function<? super R,? extends V> after)
Methods in com.identityworksllc.iiq.common with parameters of type Functions.BiFunctionWithError Modifier and Type Method Description static <In,In2,Out>
OutQuietly. invokeWithOutput(In input, In2 input2, Functions.BiFunctionWithError<? super In,? super In2,Out> action)
Performs the action, logging and swallowing any exceptions
-