package
Version:
v0.7.2
Opens a new window with list of versions in this module.
Published: Aug 21, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Predicate[T any] func(p T) bool
AllOf returns true if all the supplied predicates return true or else returns false
AnyOf returns true if any of the supplied predicates returns true or else returns false
Not negates the supplied Predicate
Source Files
¶
Click to show internal directories.
Click to hide internal directories.