functools

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func All

func All(iter any, condition func(any) bool) (result bool, err error)

func Any

func Any(iter any, condition func(any) bool) (result bool, err error)

func CountBy

func CountBy(entry any, condition func(any) bool) (count int)

func Filter

func Filter(handler, entry any) (output any, err error)

func Map

func Map(handler, entry any) (output any, err error)

func Maps

func Maps(handler any, entries ...any) (output []any, err error)

func Reduce

func Reduce(handler, entry any) (output any, err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL