public interface PartialResultHolder<R> extends PartialResultConsumer<R>, PartialResultProvider<R>
Modifier and Type | Method and Description |
---|---|
static <R> PartialResultHolder<R> |
nullInstance() |
accept, acceptIfNeeded, nullConsumer, transform
take
static <R> PartialResultHolder<R> nullInstance()