| Modifier and Type | Method and Description |
|---|---|
static <U,V,W> Try<U> |
Try.of(ThrowingBiFunction<V,W,? extends U,? extends Exception> func,
V v,
W w)
Deprecated.
Starting point to the Try structure.
|
Copyright © 2014–2017. All rights reserved.