Constructs a NonEmptyChunk from one or more values.
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 an Iterable.
Constructs a NonEmptyChunk from a single value.
Provides an implicit conversion from NonEmptyChunk to Chunk for
methods that may not return a NonEmptyChunk.
Extracts the elements from a NonEmptyChunk.
The unit non-empty chunk.