| Package | Description |
|---|---|
| org.echocat.jomon.runtime.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
Consumer.ExceptionThrowing<V,T extends java.lang.Throwable> |
static class |
Consumer.Noop<V,T extends java.lang.Throwable> |
| Modifier and Type | Method and Description |
|---|---|
static <V,T extends java.lang.Throwable> |
Consumer.Noop.consumeAndIgnore() |
static <V,T extends java.lang.Throwable> |
Consumer.ExceptionThrowing.consumeAndThrow(java.lang.Class<T> type) |
static <V,T extends java.lang.Throwable> |
Consumer.ExceptionThrowing.consumeAndThrow(java.lang.Class<T> type,
java.lang.String message) |
static <V,T extends java.lang.Throwable> |
Consumer.ExceptionThrowing.consumeAndThrow(T e) |
Copyright © 2013 echocat. All Rights Reserved.