Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NonEmptyChunk.type
Members list
Value members
Concrete methods
Constructs a NonEmptyChunk from one or more values.
Constructs a NonEmptyChunk from one or more values.
Attributes
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.
Attributes
Constructs a NonEmptyChunk from the :: case of a List.
Constructs a NonEmptyChunk from the :: case of a List.
Attributes
Constructs a NonEmptyChunk from an Iterable.
Constructs a NonEmptyChunk from an Iterable.
Attributes
Constructs a NonEmptyChunk from an Iterable or None otherwise.
Constructs a NonEmptyChunk from an Iterable or None otherwise.
Attributes
Constructs a NonEmptyChunk from a single value.
Constructs a NonEmptyChunk from a single value.
Attributes
Extracts the elements from a Chunk.
Extracts the elements from a Chunk.
Attributes
Extracts the elements from a NonEmptyChunk.
Extracts the elements from a NonEmptyChunk.
Attributes
Concrete fields
The unit non-empty chunk.
The unit non-empty chunk.
Attributes
Implicits
Implicits
Provides an implicit conversion from NonEmptyChunk to Chunk for methods that may not return a NonEmptyChunk.
Provides an implicit conversion from NonEmptyChunk to Chunk for methods that may not return a NonEmptyChunk.