Module org.monospark.remix
Package org.monospark.remix.internal
Class RecordBinderImpl.RecordBinderFourImpl<R extends Record,T1,T2,T3,T4>
java.lang.Object
org.monospark.remix.internal.RecordBinderImpl.RecordBinderFourImpl<R,T1,T2,T3,T4>
- All Implemented Interfaces:
RecordBinder.RecordBinderFour<R,T1,T2,T3,T4>
- Enclosing class:
- RecordBinderImpl<R extends Record,T1>
public static class RecordBinderImpl.RecordBinderFourImpl<R extends Record,T1,T2,T3,T4> extends Object implements RecordBinder.RecordBinderFour<R,T1,T2,T3,T4>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.monospark.remix.RecordBinder.RecordBinderFour
RecordBinder.RecordBinderFour.QuadConsumer<T1,T2,T3,T4>, RecordBinder.RecordBinderFour.QuadFunction<T1,T2,T3,T4,R> -
Field Summary
-
Method Summary
-
Field Details
-
f1
-
f2
-
f3
-
f4
-
-
Method Details
-
to
-
toFunction
public <F> Function<R,F> toFunction(RecordBinder.RecordBinderFour.QuadFunction<T1,T2,T3,T4,F> function)- Specified by:
toFunctionin interfaceRecordBinder.RecordBinderFour<R extends Record,T1,T2,T3,T4>
-