functools

package
v0.0.13 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package functools contains tools for functional programming. It is an analogue of python's functools package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func All

func All(bools ...bool) bool

All returns false if any predicate is false. All() is True.

func Any

func Any(bools ...bool) bool

Any returns true if any predicate is true. Any() is False.

func None

func None(bools ...bool) bool

None returns true if all predicates are false. None() is True.

func StringSliceContains

func StringSliceContains(stringSlice []string, searchTerm string) bool

Types

This section is empty.

Jump to

Keyboard shortcuts

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