Tuple14ValidatedNelOps<EE, A, B, C, D, E, F, G, H, I, J, K, L, M, N> extension

Functions available on a tuple of ValidatedNels.

on

Methods

mapN<O>(Function14<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> fn) ValidatedNel<EE, O>
Applies fn to the values of each respective tuple member if all values are a Valid. If any item is an Invalid, the accumulation of all Invalid instances is returned.
tupled() ValidatedNel<EE, (A, B, C, D, E, F, G, H, I, J, K, L, M, N)>
If all items of this tuple are a Valid, the respective items are turned into a tuple and returned as a ValidatedNel. If any item is an Invalid, the accumulation of all Invalid instances is returned.