| Modifier and Type | Method and Description |
|---|---|
<V extends AutoCloseable> |
Try.ResourceHandler.map(Throwing.Function<R,V> fn)
Map the resource to a new closeable resource.
|
static <R extends AutoCloseable> |
Try.of(R r1)
Functional try-with-resources:
|
static <R extends AutoCloseable> |
Try.with(Throwing.Supplier<R> r1)
Functional try-with-resources:
|
Copyright © 2017. All rights reserved.