public final class TransformCheckedConsumer<I,O> extends Object implements CheckedConsumer<I>
| Constructor and Description |
|---|
TransformCheckedConsumer(CheckedConsumer<? super O> handler,
Function<? super I,? extends O> transformer) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(I i) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoConsumer, toConsumerCopyright © 2019. All rights reserved.