public interface ValuesProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
consume(Consumer<Ranges> rangesConsumer,
Consumer<DiscreteValues> discreteValuesConsumer,
Consumer<AllOrNone> allOrNoneConsumer) |
<T> T |
transform(Function<Ranges,T> rangesFunction,
Function<DiscreteValues,T> discreteValuesFunction,
Function<AllOrNone,T> allOrNoneFunction) |
Copyright © 2012–2022. All rights reserved.