Module org.monospark.remix
Package org.monospark.remix
Interface RecordBinder.RecordBinderThree<R extends Record,T1,T2,T3>
- All Known Implementing Classes:
RecordBinderImpl.RecordBinderThreeImpl
- Enclosing interface:
- RecordBinder<R extends Record,T1>
public static interface RecordBinder.RecordBinderThree<R extends Record,T1,T2,T3>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRecordBinder.RecordBinderThree.TriConsumer<T1,T2,T3>static interfaceRecordBinder.RecordBinderThree.TriFunction<T1,T2,T3,R> -
Method Summary
Modifier and Type Method Description <T4> RecordBinder.RecordBinderFour<R,T1,T2,T3,T4>and(Function<R,T4> component)<T4> RecordBinder.RecordBinderFour<R,T1,T2,T3,T4>and(LambdaSupport.WrappedFunction<R,T4> component)Consumer<R>to(RecordBinder.RecordBinderThree.TriConsumer<T1,T2,T3> consumer)<F> Function<R,F>toFunction(RecordBinder.RecordBinderThree.TriFunction<T1,T2,T3,F> function)
-
Method Details
-
to
-
toFunction
-
and
-
and
<T4> RecordBinder.RecordBinderFour<R,T1,T2,T3,T4> and(LambdaSupport.WrappedFunction<R,T4> component)
-