Documentation ¶
Index ¶
- type Predicate
- func Equals[T comparable](param T) Predicate[T]
- func GreaterThan[T cmp.Ordered](param T) Predicate[T]
- func GreaterThanOrEqual[T cmp.Ordered](param T) Predicate[T]
- func IsNil[T any]() Predicate[*T]
- func IsNotNil[T any]() Predicate[*T]
- func LessThan[T cmp.Ordered](param T) Predicate[T]
- func LessThanOrEqual[T cmp.Ordered](param T) Predicate[T]
- func NotEquals[T comparable](param T) Predicate[T]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Predicate ¶
func Equals ¶
func Equals[T comparable](param T) Predicate[T]
func GreaterThan ¶
func GreaterThanOrEqual ¶
func LessThanOrEqual ¶
func NotEquals ¶
func NotEquals[T comparable](param T) Predicate[T]
Click to show internal directories.
Click to hide internal directories.