- bifoldR<A, C>(aFolder): (<B>(bFolder) => ((init) => ((data) => C)))
Parameters
aFolder: ((a) => ((c) => C))
- (a): ((c) => C)
Returns ((c) => C)
Returns (<B>(bFolder) => ((init) => ((data) => C)))
- <B>(bFolder): ((init) => ((data) => C))
Parameters
bFolder: ((b) => ((c) => C))
- (b): ((c) => C)
Returns ((c) => C)
Returns ((init) => ((data) => C))
- (init): ((data) => C)
Returns ((data) => C)