toInvalid<T> method

Validation<T> toInvalid<T>()

Implementation

Validation<T> toInvalid<T> () => Invalid<T> (this);