| Modifier and Type | Method and Description |
|---|---|
static <R1 extends AutoCloseable,R2 extends AutoCloseable> |
Try.of(R1 r1,
R2 r2)
Functional try-with-resources:
|
static <R1 extends AutoCloseable,R2 extends AutoCloseable> |
Try.with(Throwing.Supplier<R1> r1,
Throwing.Supplier<R2> r2)
Functional try-with-resources:
|
Copyright © 2017. All rights reserved.