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

java.lang.Object
io.vavr.control.Validation.Builder7<E,T1,T2,T3,T4,T5,T6,T7>
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
Enclosing interface:
Validation<E,T>

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