Class Validation.Builder8<E,T1,T2,T3,T4,T5,T6,T7,T8>

java.lang.Object
io.vavr.control.Validation.Builder8<E,T1,T2,T3,T4,T5,T6,T7,T8>
Type Parameters:
E - type of error
T1 - type of first valid value
T2 - type of second valid value
T3 - type of third valid value
T4 - type of fourth valid value
T5 - type of fifth valid value
T6 - type of sixth valid value
T7 - type of seventh valid value
T8 - type of eighth valid value
Enclosing interface:
Validation<E,T>

public static final class Validation.Builder8<E,T1,T2,T3,T4,T5,T6,T7,T8> extends Object
A builder that holds eight Validation instances, used for combining validations and applying functions that take eight arguments.