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