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