Uses of Interface
aQute.bnd.service.result.ConsumerWithException
-
Packages that use ConsumerWithException Package Description aQute.bnd.service.result -
-
Uses of ConsumerWithException in aQute.bnd.service.result
Methods in aQute.bnd.service.result with parameters of type ConsumerWithException Modifier and Type Method Description void
Err. accept(ConsumerWithException<? super V> ok, ConsumerWithException<? super E> err)
void
Ok. accept(ConsumerWithException<? super V> ok, ConsumerWithException<? super E> err)
void
Result. accept(ConsumerWithException<? super V> ok, ConsumerWithException<? super E> err)
Terminal function that processes the result or the error
-