Package io.micronaut.aot.internal
Class StreamHelper
java.lang.Object
io.micronaut.aot.internal.StreamHelper
Utility methods to deal with exceptions being
 thrown in streams.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceA helper interface for runnables which may throw an exception.static interfaceA helper interface to capture suppliers which may throw an exception. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidtrying(StreamHelper.ThrowingRunner runner) static <T> Ttrying(StreamHelper.ThrowingSupplier<T> supplier)  
- 
Constructor Details
- 
StreamHelper
public StreamHelper() 
 - 
 - 
Method Details
- 
trying
 - 
trying
 
 -