public static class Try.ResourceHandler3<R1 extends AutoCloseable,R2 extends AutoCloseable,R3 extends AutoCloseable> extends Object
| Modifier and Type | Method and Description |
|---|---|
<V> Try.Value<V> |
apply(Throwing.Function3<R1,R2,R3,V> fn) |
Try |
run(Throwing.Consumer3<R1,R2,R3> fn) |
public <V> Try.Value<V> apply(Throwing.Function3<R1,R2,R3,V> fn)
public Try run(Throwing.Consumer3<R1,R2,R3> fn)
Copyright © 2017. All rights reserved.