NonEmptyForEachOps
Provides infix syntax for traversing collections.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Traverse each element in the collection using the specified effectual function f, returning a new collection with the results in the context of the effect.
Traverse each element in the collection using the specified effectual function f, returning a new collection with the results in the context of the effect.
Attributes
Traverses each element in the collection with the specified effectual function f purely for its effects.
Traverses each element in the collection with the specified effectual function f purely for its effects.
Attributes
Reduces the non-empty collection of associative elements.
Reduces the non-empty collection of associative elements.
Attributes
Reduces the collection to a summary value using the binary function f.
Reduces the collection to a summary value using the binary function f.
Attributes
Reduces the collection to a summary value using the idempotent operation, returning None if the collection is empty.
Reduces the collection to a summary value using the idempotent operation, returning None if the collection is empty.
Attributes
Maps each element of the collection to a type B for which a combine operation is defined using the function f and then reduces those values to a single summary using the combine operation.
Maps each element of the collection to a type B for which a combine operation is defined using the function f and then reduces those values to a single summary using the combine operation.
Attributes
Reduces the elements of this collection from left to right using the function map to transform the first value to the type B and then the function reduceAll to combine the B value with each other A value.
Reduces the elements of this collection from left to right using the function map to transform the first value to the type B and then the function reduceAll to combine the B value with each other A value.
Attributes
Reduces the elements of this collection from right to left using the function map to transform the first value to the type B and then the function reduceAll to combine the B value with each other A value.
Reduces the elements of this collection from right to left using the function map to transform the first value to the type B and then the function reduceAll to combine the B value with each other A value.
Attributes
Converts the collection to a NonEmptyChunk.
Converts the collection to a NonEmptyChunk.
Attributes
Converts the collection to a NonEmptyList.
Converts the collection to a NonEmptyList.