public class GeneralUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
GeneralUtils.ConsumerCheckException<T> |
static interface |
GeneralUtils.RunnableCheckException |
static interface |
GeneralUtils.SupplierCheckException<T> |
| Constructor and Description |
|---|
GeneralUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.function.Consumer<T> |
rethrow(GeneralUtils.ConsumerCheckException<T> c) |
static Runnable |
rethrow(GeneralUtils.RunnableCheckException r) |
static <T> java.util.function.Supplier<T> |
rethrow(GeneralUtils.SupplierCheckException<T> c) |
public static <T> java.util.function.Consumer<T> rethrow(GeneralUtils.ConsumerCheckException<T> c)
public static <T> java.util.function.Supplier<T> rethrow(GeneralUtils.SupplierCheckException<T> c)
public static Runnable rethrow(GeneralUtils.RunnableCheckException r)
Copyright © 2015. All rights reserved.