Uses of Interface
moe.maple.api.script.util.With.Consumers.ContinueException
| Package | Description |
|---|---|
| moe.maple.api.script.util |
-
Uses of With.Consumers.ContinueException in moe.maple.api.script.util
Methods in moe.maple.api.script.util with parameters of type With.Consumers.ContinueException Modifier and Type Method Description static <T> voidWith. continueException(Collection<T> collection, With.Consumers.ContinueException<T> consumer)static <T> voidWith. continueException(T[] collection, With.Consumers.ContinueException<T> consumer)static <T> voidWith. silentConsume(T object, With.Consumers.ContinueException<T> consumer)static <T> voidWith. silentConsume(T object, With.Consumers.ContinueException<T> consumer, Consumer<Exception> exceptionConsumer)