FunctionalIterable<T> extension

on

Methods

bind<R>(Iterable<R> f(T t)) Iterable<R>
flatMap<R>(Option<R> f(T t)) Iterable<R>