ZygosoptionfilterSur cette pagefilter() filter<A>(predicate): (fa) => Option<A> Filters the value with a predicate. Type Parameters A: A The value type. Parameters predicate: (a) => boolean The predicate function. Returns A function that filters the Option. Since 2.0.0