public static interface Try.AndFinally<T,V,X extends java.lang.Throwable>
Modifier and Type | Method and Description |
---|---|
Try<T,X> |
andFinally(Try.CheckedConsumer<V,X> finallyBlock)
Define the finally block and execute the Try
|
Try<T,X> |
close()
Create a finally block that auto-closes any Closeables specified during init
including those inside an Iterable
|