Documentation
¶
Index ¶
- func WithConfig(ctx context.Context, cfg any) context.Context
- type Aggregator
- type Chain
- func Aggregated(f Aggregator, name ...string) Chain
- func Conditional(cond Condition, f Chain, name ...string) Chain
- func Exploded(f Exploder, name ...string) Chain
- func Filtered(f Filter, name ...string) Chain
- func Mapped(f Mapper, name ...string) Chain
- func New() Chain
- func Parallel(f Chain, p processing.Processing, name ...string) Chain
- func Sorted(f CompareFunc, name ...string) Chain
- func Stable(f Chain, p processing.Processing, name ...string) Chain
- type CompareFunc
- type Condition
- type Executor
- type Exploder
- type Filter
- type Mapper
- type Processor
- type ProcessorFactory
- type Sink
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Aggregator ¶
type Aggregator = internal.Aggregator
type Chain ¶
func Aggregated ¶
func Aggregated(f Aggregator, name ...string) Chain
func Parallel ¶
func Parallel(f Chain, p processing.Processing, name ...string) Chain
func Sorted ¶
func Sorted(f CompareFunc, name ...string) Chain
func Stable ¶
func Stable(f Chain, p processing.Processing, name ...string) Chain
type CompareFunc ¶
type CompareFunc = internal.CompareFunc
type Executor ¶
type Executor[T any] struct { // contains filtered or unexported fields }
func For ¶
For can be used to execute an untyped chain for a typed iterator (`For(it).Execute(chain))
type ProcessorFactory ¶
Click to show internal directories.
Click to hide internal directories.