AllOfCollect<T, E> constructor

const AllOfCollect<T, E>(
  1. List<Formix<T, E>> validators
)

Creates an AllOfCollect validator from a list of validators.

Implementation

const AllOfCollect(this.validators);