| Package | Description |
|---|---|
| com.annimon.stream.function |
| Modifier and Type | Method and Description |
|---|---|
static <T> Consumer<T> |
Consumer.Util.safe(ThrowableConsumer<? super T,Throwable> throwableConsumer)
Creates a safe
Consumer. |
static <T> Consumer<T> |
Consumer.Util.safe(ThrowableConsumer<? super T,Throwable> throwableConsumer,
Consumer<? super T> onFailedConsumer)
Creates a safe
Consumer. |
Copyright © 2017. All rights reserved.