funcs

package
v0.0.17 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2022 License: CC0-1.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Applier added in v0.0.10

type Applier[T any, R any] func(T) R

func (Applier[T, R]) Apply added in v0.0.10

func (f Applier[T, R]) Apply(t T) R

type Mapper

type Mapper[A any, B any] Applier[A, B]

type OptMapper

type OptMapper[A any, B any] Applier[A, *B]

type Predicate

type Predicate[T any] Applier[T, bool]

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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