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