Documentation ¶
Index ¶
- func Always[T any](T) bool
- func Contains[E ~[]T, T comparable](s E) funcs.Predicate[T]
- func ContainsString[T baseConstraints.String](t T) funcs.Predicate[T]
- func IsBlank[T baseConstraints.String](t T) bool
- func IsFalse[T constraints.Bool](t T) bool
- func IsTrue[T constraints.Bool](t T) bool
- func Never[T any](T) bool
- func Nil[T any](t *T) bool
- func NonNil[T any](t *T) bool
- func NonZero[A baseConstraints.Integer](a A) bool
- func Not[T any](p funcs.Predicate[T]) funcs.Predicate[T]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Contains ¶ added in v0.0.66
func Contains[E ~[]T, T comparable](s E) funcs.Predicate[T]
func ContainsString ¶ added in v0.0.76
func ContainsString[T baseConstraints.String](t T) funcs.Predicate[T]
func IsBlank ¶ added in v0.0.56
func IsBlank[T baseConstraints.String](t T) bool
func IsFalse ¶ added in v0.0.75
func IsFalse[T constraints.Bool](t T) bool
func IsTrue ¶ added in v0.0.75
func IsTrue[T constraints.Bool](t T) bool
func NonZero ¶
func NonZero[A baseConstraints.Integer](a A) bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.