Is it possible to write an extension function that...
# getting-started
w
Is it possible to write an extension function that only operates on nullable types? I want to duplicate the functionality of this https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html#filter-java.util.function.Predicate-