protected abstract static class Calculate.AbstractWithDirect<X,A> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ValueSource<A> |
a |
protected ValueSink<X> |
destination |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractWithDirect(ValueSink<X> destination,
ValueSource<A> a) |
protected final ValueSource<A> a
protected AbstractWithDirect(ValueSink<X> destination, ValueSource<A> a)
Copyright © 2023. All rights reserved.