utils

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 13, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AllSlice

func AllSlice[T any](slice []T, predicate func(T) bool) bool

func AnySlice

func AnySlice[T any](slice []T, predicate func(T) bool) bool

func FilterSlice

func FilterSlice[T any](slice []T, predicate func(T) bool) []T

func FindFirstSlice

func FindFirstSlice[T any](slice []T, predicate func(T) bool) *T

func FlatMapSlice

func FlatMapSlice[T any, R any](slice []T, mapper func(T) []R) []R

func ForEachSlice

func ForEachSlice[T any](slice []T, consumer func(T))

func MapSlice

func MapSlice[T any, R any](slice []T, mapper func(T) R) []R
func MkLink(source, target string) error

func NoneSlice

func NoneSlice[T any](slice []T, predicate func(T) bool) bool

Types

This section is empty.

Jump to

Keyboard shortcuts

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