Some

Type: function
Returns some value if the item is not null. Some is a subclass of Option.

Body

function(item){ return Option.apply(item); }

Classpath

Children