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