| Modifier and Type | Method and Description |
|---|---|
static <T> Object |
from(Consumer<T> delegate) |
static <T> Consumer<T> |
from(Object delegate) |
public static <T> Consumer<T> from(Object delegate)
delegate - Must be a java.util.ConsumerConsumer that forwards all invocations of Consumer.accept(Object) to the
delegateCopyright © 2019. All rights reserved.