Uses of Class
com.identityworksllc.iiq.common.Maybe.MaybeConsumer
- 
Packages that use Maybe.MaybeConsumer Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development - 
- 
Uses of Maybe.MaybeConsumer in com.identityworksllc.iiq.common
Methods in com.identityworksllc.iiq.common that return Maybe.MaybeConsumer Modifier and Type Method Description static <T> Maybe.MaybeConsumer<T>Maybe.MaybeConsumer. from(Consumer<T> wrappedConsumer)Creates a newMaybe.MaybeConsumerfrom the givenConsumer 
 -