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 voidErr. accept(ConsumerWithException<? super V> ok, ConsumerWithException<? super E> err)voidOk. accept(ConsumerWithException<? super V> ok, ConsumerWithException<? super E> err)voidResult. accept(ConsumerWithException<? super V> ok, ConsumerWithException<? super E> err)Terminal function that processes the result or the error
-