object NonEmptyChunk
- Companion:
- class
Value members
Concrete methods
Constructs a NonEmptyChunk from one or more values.
Constructs a NonEmptyChunk from one or more values.
Checks if a chunk is not empty and constructs a NonEmptyChunk from it.
Checks if a chunk is not empty and constructs a NonEmptyChunk from it.
Constructs a NonEmptyChunk from the :: case of a List.
Constructs a NonEmptyChunk from the :: case of a List.
Constructs a NonEmptyChunk from an Iterable or None otherwise.
Constructs a NonEmptyChunk from an Iterable or None otherwise.