Satisfied Interfaces: Category, Cloneable<Clone>, Collection<Element>, Container, ContainerWithFirstElement<Element,Null>, FixedSized<Element>, Iterable<Element>, Sized
All Known Satisfying Interfaces: Sequence

A fixed-sized, non-empty collection.

Attributes
emptySource Code
shared actual Boolean empty

Returns false, since every Some contains at least one element.

firstSource Code
shared actual default Element first

Returns the first element, which always exists.

Inherited Attributes
Attributes inherited from: Object
Attributes inherited from: Cloneable<Clone>
Attributes inherited from: Object
Attributes inherited from: Container
Attributes inherited from: ContainerWithFirstElement<Element,Null>
Attributes inherited from: Iterable<Element>
Attributes inherited from: Sized
Inherited Methods
Methods inherited from: Object
Methods inherited from: Category
Methods inherited from: Iterable<Element>