com.github.rs3vans.monadik / Option / filter

filter

inline fun filter(predicate: (T) -> Boolean): Option<T>