Uses of Interface
aQute.bnd.service.result.ConsumerWithException
Packages that use ConsumerWithException
-
Uses of ConsumerWithException in aQute.bnd.service.result
Methods in aQute.bnd.service.result with parameters of type ConsumerWithExceptionModifier and TypeMethodDescriptionvoid
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