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

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

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