Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinaryOperator ¶
type BinaryOperator[T any] func(a, b T) T
type Comparator ¶
func (Comparator[T]) AndThen ¶
func (c Comparator[T]) AndThen(other Comparator[T]) Comparator[T]
func (Comparator[T]) Reversed ¶
func (c Comparator[T]) Reversed() Comparator[T]
type Predicate ¶
func PredicateIsSame ¶
func PredicateIsSame[T comparable](reference T) Predicate[T]
Click to show internal directories.
Click to hide internal directories.