Option
Type:
function
Returns some value if the item is not null.
Body
return scalaOption.apply(item);
Classpath
Children