Either<T, R>.nok constructor
Either<T, R>.nok (
- R nok
Construct a new instance with value R nok,
Implementation
factory Either.nok(R nok) => Either(nok: nok);
Construct a new instance with value R nok,
factory Either.nok(R nok) => Either(nok: nok);