ribs_core_test
Functions
| Function | Description |
|---|---|
| isInvalid | Returns a Matcher that matches an Invalid value. |
| isLeft | Returns a Matcher that matches a Left value. |
| isNone | Returns a Matcher that matches a None value. |
| isRight | Returns a Matcher that matches a Right value. |
| isSome | Returns a Matcher that matches a Some value. |
| isValid | Returns a Matcher that matches a Valid value. |
| isValidNel | Returns a Matcher that matches a Valid value for a ValidatedNel. |