ZygosoptionexistsOn this pageexists() exists<A>(predicate): (ma) => boolean Tests if a predicate holds for the value. Type Parametersโ A: Aโ The value type. Parametersโ predicate: (a) => booleanโ The predicate to test. Returnsโ A function that tests the Option. Sinceโ 2.0.0