functional

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2023 License: Apache-2.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 BiConsumer

type BiConsumer[T any, U any] func(t T, u U)

type BiFunction

type BiFunction[T any, U any, R any] func(t T, u U) R

type BiPredicate

type BiPredicate[T any, U any] func(t T, u U)

type BiSupplier

type BiSupplier[T any, U any] func() (T, U)

type BinaryOperator

type BinaryOperator[T any] BiFunction[T, T, T]

type Consumer

type Consumer[T any] func(t T)

type Function

type Function[T any, R any] func(t T) R

type Option

type Option[T any] func(t *T)

type OptionWithError

type OptionWithError[T any] func(t *T) error

type Predicate

type Predicate[T any] func(t T) bool

type Supplier

type Supplier[T any] func() T

type UnaryOperator

type UnaryOperator[T any] Function[T, T]

Jump to

Keyboard shortcuts

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