Uses of Interface
aQute.lib.exceptions.ConsumerWithException
Packages that use ConsumerWithException
-
Uses of ConsumerWithException in aQute.bnd.build
Methods in aQute.bnd.build with parameters of type ConsumerWithExceptionModifier and TypeMethodDescriptionprivate File
Project.write
(ConsumerWithException<File> jar, File outputFile) -
Uses of ConsumerWithException in aQute.lib.aspects
Methods in aQute.lib.aspects with parameters of type ConsumerWithExceptionModifier and TypeMethodDescriptionAspects.InterceptBuilder.before
(ConsumerWithException<Aspects.Invocation> before) Provide a function that is called before the method is called. -
Uses of ConsumerWithException in aQute.lib.exceptions
Methods in aQute.lib.exceptions with parameters of type ConsumerWithExceptionModifier and TypeMethodDescriptionstatic <T> Consumer<T>
ConsumerWithException.asConsumer
(ConsumerWithException<T> unchecked) static <T> Consumer<T>
ConsumerWithException.asConsumerIgnoreException
(ConsumerWithException<T> unchecked) -
Uses of ConsumerWithException in aQute.lib.io
Methods in aQute.lib.io with parameters of type ConsumerWithExceptionModifier and TypeMethodDescriptionstatic void
IO.store
(ConsumerWithException<OutputStream> store, File target) Store output in a file but ensure that the content is updated atomically.