exists<A>(predicate): (ma) => boolean
Tests if a predicate holds for the Right value.
Type Parameters
A: A
The success type.
Parameters
predicate: (a) => boolean
The predicate to test.
Returns
A function that tests the Either.
Since
2.0.0