Documentation
¶
Index ¶
- func All(iter any, condition func(any) bool) (result bool, err error)
- func Any(iter any, condition func(any) bool) (result bool, err error)
- func CountBy(entry any, condition func(any) bool) (count int)
- func Filter(handler, entry any) (output any, err error)
- func Map(handler, entry any) (output any, err error)
- func Maps(handler any, entries ...any) (output []any, err error)
- func Reduce(handler, entry any) (output any, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.