@FunctionalInterface public interface SampleSink<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T object) |
static <T> SampleSink<T> |
devNull() |
static <T> SampleSink<T> devNull()
void accept(T object)
Copyright © 2018. All rights reserved.