public static class Calculate.WithMerge3Nullables<X,A,B,C> extends Calculate.WithMerge3Abstract<X,A,B,C>
a, b, c, destination| Constructor and Description |
|---|
WithMerge3Nullables(ValueSink<X> destination,
ValueSource<A> a,
ValueSource<B> b,
ValueSource<C> c) |
| Modifier and Type | Method and Description |
|---|---|
Merge3<A,B,C,X> |
by(FN3<A,B,C,X> transformation) |
Merge3<A,B,C,X> |
by(FN3<A,B,C,X> transformation,
String description) |
Merge3<A,B,C,X> |
ifAllSetBy(F3<A,B,C,X> transformation) |
Merge3<A,B,C,X> |
ifAllSetBy(F3<A,B,C,X> transformation,
String description) |
public WithMerge3Nullables(ValueSink<X> destination, ValueSource<A> a, ValueSource<B> b, ValueSource<C> c)
Copyright © 2023. All rights reserved.