Interface | Description |
---|---|
PartialResultConsumer<R> | |
PartialResultHolder<R> | |
PartialResultProvider<R> |
Class | Description |
---|---|
OneKeeperPartialResultHolder<R> |
A holder that help saving performance by keeps only one result, clear it on take,
and only accepts new if previous has been taken.
|
SimplePartialResultHolder<R> |
Simple implementation that just holds the value.
|