public class Try_ extends Object
| Constructor and Description |
|---|
Try_() |
| Modifier and Type | Method and Description |
|---|---|
static <A extends AutoCloseable_> |
try_(A a,
de.pfabulist.roast.functiontypes.Consumer_<A> f) |
static <A extends AutoCloseable_,B extends AutoCloseable_> |
try_(de.pfabulist.roast.functiontypes.Supplier_<A> a,
de.pfabulist.roast.functiontypes.Supplier_<B> b,
de.pfabulist.roast.functiontypes.BiConsumer_<A,B> f) |
public static <A extends AutoCloseable_,B extends AutoCloseable_> void try_(de.pfabulist.roast.functiontypes.Supplier_<A> a, de.pfabulist.roast.functiontypes.Supplier_<B> b, de.pfabulist.roast.functiontypes.BiConsumer_<A,B> f)
public static <A extends AutoCloseable_> void try_(A a, de.pfabulist.roast.functiontypes.Consumer_<A> f)
Copyright © 2017. All rights reserved.