fpdart_test library

Constants

isLeft → const _EitherMatcher
Check if Either is Left.
isRight → const _EitherMatcher
Check if Either is Right.

Functions

eitherEquals<T>(T value) → Matcher
Check result (Left or Right) by Value.
eitherIsA<T>() → Matcher
Check result (Left or Right) by Type.