funcs

package
v0.0.87 Latest Latest
Warning

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

Go to latest
Published: May 29, 2024 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] Function[T, R]

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

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

type FallibleFunction added in v0.0.36

type FallibleFunction[T any] Function[T, error]

type FallibleFunction0 added in v0.0.25

type FallibleFunction0[V any] func() (V, error)

type FallibleRoutine added in v0.0.25

type FallibleRoutine func() error

type Function added in v0.0.25

type Function[T, V any] func(T) V

type Function0 added in v0.0.25

type Function0[V any] func() V

type Mapper

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

type Predicate

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

type Procedure added in v0.0.25

type Procedure[T any] func(T)

type Routine added in v0.0.25

type Routine func()

Directories

Path Synopsis
str

Jump to

Keyboard shortcuts

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