Uses of Interface
aQute.bnd.exceptions.ConsumerWithException
-
Packages that use ConsumerWithException Package Description aQute.bnd.build aQute.bnd.exceptions This package is exported by biz.aQute.bnd.util.aQute.bnd.result aQute.lib.aspects aQute.lib.io -
-
Uses of ConsumerWithException in aQute.bnd.build
Methods in aQute.bnd.build with parameters of type ConsumerWithException Modifier and Type Method Description private java.io.File
Project. write(ConsumerWithException<java.io.File> jar, java.io.File outputFile)
-
Uses of ConsumerWithException in aQute.bnd.exceptions
Methods in aQute.bnd.exceptions with parameters of type ConsumerWithException Modifier and Type Method Description static <T> java.util.function.Consumer<T>
ConsumerWithException. asConsumer(ConsumerWithException<T> unchecked)
static <T> java.util.function.Consumer<T>
ConsumerWithException. asConsumerIgnoreException(ConsumerWithException<T> unchecked)
-
Uses of ConsumerWithException in aQute.bnd.result
Methods in aQute.bnd.result with parameters of type ConsumerWithException Modifier and Type Method Description void
Err. accept(ConsumerWithException<? super V> ok, ConsumerWithException<? super java.lang.String> err)
Processes the result.void
Ok. accept(ConsumerWithException<? super V> ok, ConsumerWithException<? super java.lang.String> err)
Processes the result.void
Result. accept(ConsumerWithException<? super V> ok, ConsumerWithException<? super java.lang.String> err)
Processes the result. -
Uses of ConsumerWithException in aQute.lib.aspects
Methods in aQute.lib.aspects with parameters of type ConsumerWithException Modifier and Type Method Description Aspects.InterceptBuilder<T>
Aspects.InterceptBuilder. before(ConsumerWithException<Aspects.Invocation> before)
Provide a function that is called before the method is called. -
Uses of ConsumerWithException in aQute.lib.io
Methods in aQute.lib.io with parameters of type ConsumerWithException Modifier and Type Method Description static void
IO. store(ConsumerWithException<java.io.OutputStream> store, java.io.File target)
Store output in a file but ensure that the content is updated atomically.
-