Documentation
¶
Index ¶
- func And[A any](second func(A) bool) func(func(A) bool) func(A) bool
- func ContraMap[A, B any](f func(B) A) func(func(A) bool) func(B) bool
- func MonoidAll[A any](predicate func(A) bool) S.Semigroup[func(A) bool]
- func MonoidAny[A any](predicate func(A) bool) S.Semigroup[func(A) bool]
- func Not[A any](predicate func(A) bool) func(A) bool
- func Or[A any](second func(A) bool) func(func(A) bool) func(A) bool
- func SemigroupAll[A any](predicate func(A) bool) S.Semigroup[func(A) bool]
- func SemigroupAny[A any](predicate func(A) bool) S.Semigroup[func(A) bool]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SemigroupAll ¶
SemigroupAll combines predicates via &&
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.