Uses of Interface
org.forgerock.util.Consumer
-
Packages that use Consumer Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.forgerock.util Provides common interfaces and classes. -
-
Uses of Consumer in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap with type parameters of type Consumer Modifier and Type Method Description static <T,E extends Exception,C extends Consumer<T> & Consumer<T> & Consumer<T,E>>
CFunctions. emptyConsumer()
Returns an empty consumer for RxJava, JDK and ForgeRock. -
Uses of Consumer in org.forgerock.util
Methods in org.forgerock.util with parameters of type Consumer Modifier and Type Method Description static <T,E extends Exception>
Consumer<T>LambdaExceptionUtils. rethrowConsumer(Consumer<T,E> consumer)
-