Documentation ¶
Index ¶
- type ListAnyElementMatcheshConditionPredicate
- func (listAnyElemMatchesCondPrd *ListAnyElementMatcheshConditionPredicate) Arguments() int
- func (listElemMatchConditionPrd *ListAnyElementMatcheshConditionPredicate) Schema() schema.Schemable
- func (listAnyElemMatchesCondPrd *ListAnyElementMatcheshConditionPredicate) Test(value typed.Valuable, args *typed.TupleValue) (bool, error)
- type ListContainsAllElementsPredicate
- type ListContainsAnyOfElementsPredicate
- type ListContainsElementPredicate
- type ListElementsMatchConditionPredicate
- func (listElemMatchConditionPrd *ListElementsMatchConditionPredicate) Arguments() int
- func (listElemMatchConditionPrd *ListElementsMatchConditionPredicate) Schema() schema.Schemable
- func (listElemMatchConditionPrd *ListElementsMatchConditionPredicate) Test(value typed.Valuable, args *typed.TupleValue) (bool, error)
- type ListHasNoDuplicateElementsPredicate
- type ListIsEmptyPredicate
- type ListIsEqualPredicate
- type ListIsNotEmptyPredicate
- type ListIsSubsetPredicate
- type ListNoElementMatcheConditionPredicate
- func (listNoElemMatchesConditionPrd *ListNoElementMatcheConditionPredicate) Arguments() int
- func (listNoElemMatchesConditionPrd *ListNoElementMatcheConditionPredicate) Schema() schema.Schemable
- func (listNoElemMatchesConditionPrd *ListNoElementMatcheConditionPredicate) Test(value typed.Valuable, args *typed.TupleValue) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListAnyElementMatcheshConditionPredicate ¶
type ListAnyElementMatcheshConditionPredicate struct { predicate.PredicateArgumentsValidator PredicateBuilder predicates.PredicateBuilder // contains filtered or unexported fields }
func (*ListAnyElementMatcheshConditionPredicate) Arguments ¶
func (listAnyElemMatchesCondPrd *ListAnyElementMatcheshConditionPredicate) Arguments() int
func (*ListAnyElementMatcheshConditionPredicate) Schema ¶
func (listElemMatchConditionPrd *ListAnyElementMatcheshConditionPredicate) Schema() schema.Schemable
func (*ListAnyElementMatcheshConditionPredicate) Test ¶
func (listAnyElemMatchesCondPrd *ListAnyElementMatcheshConditionPredicate) Test(value typed.Valuable, args *typed.TupleValue) (bool, error)
type ListContainsAllElementsPredicate ¶
type ListContainsAllElementsPredicate struct { predicate.PredicateArgumentsValidator PredicateBuilder predicates.PredicateBuilder }
func (*ListContainsAllElementsPredicate) Arguments ¶
func (listContainsAllPrd *ListContainsAllElementsPredicate) Arguments() int
func (*ListContainsAllElementsPredicate) Schema ¶
func (listContainsAllPrd *ListContainsAllElementsPredicate) Schema() schema.Schemable
func (*ListContainsAllElementsPredicate) Test ¶
func (listContainsAllPrd *ListContainsAllElementsPredicate) Test(value typed.Valuable, args *typed.TupleValue) (bool, error)
type ListContainsAnyOfElementsPredicate ¶
type ListContainsAnyOfElementsPredicate struct { predicate.PredicateArgumentsValidator PredicateBuilder predicates.PredicateBuilder }
func (*ListContainsAnyOfElementsPredicate) Arguments ¶
func (listContainsAnyPrd *ListContainsAnyOfElementsPredicate) Arguments() int
func (*ListContainsAnyOfElementsPredicate) Schema ¶
func (listContainsAnyPrd *ListContainsAnyOfElementsPredicate) Schema() schema.Schemable
func (*ListContainsAnyOfElementsPredicate) Test ¶
func (listContainsAnyOfElemPrd *ListContainsAnyOfElementsPredicate) Test(value typed.Valuable, args *typed.TupleValue) (bool, error)
type ListContainsElementPredicate ¶
type ListContainsElementPredicate struct { predicate.PredicateArgumentsValidator PredicateBuilder predicates.PredicateBuilder }
func (*ListContainsElementPredicate) Arguments ¶
func (listContainsPrd *ListContainsElementPredicate) Arguments() int
func (*ListContainsElementPredicate) Schema ¶
func (listContainsPrd *ListContainsElementPredicate) Schema() schema.Schemable
func (*ListContainsElementPredicate) Test ¶
func (listContainsPrd *ListContainsElementPredicate) Test(value typed.Valuable, args *typed.TupleValue) (bool, error)
type ListElementsMatchConditionPredicate ¶
type ListElementsMatchConditionPredicate struct { predicate.PredicateArgumentsValidator PredicateBuilder predicates.PredicateBuilder // contains filtered or unexported fields }
func (*ListElementsMatchConditionPredicate) Arguments ¶
func (listElemMatchConditionPrd *ListElementsMatchConditionPredicate) Arguments() int
func (*ListElementsMatchConditionPredicate) Schema ¶
func (listElemMatchConditionPrd *ListElementsMatchConditionPredicate) Schema() schema.Schemable
func (*ListElementsMatchConditionPredicate) Test ¶
func (listElemMatchConditionPrd *ListElementsMatchConditionPredicate) Test(value typed.Valuable, args *typed.TupleValue) (bool, error)
type ListHasNoDuplicateElementsPredicate ¶
type ListHasNoDuplicateElementsPredicate struct {
predicate.PredicateArgumentsValidator
}
func (*ListHasNoDuplicateElementsPredicate) Arguments ¶
func (listHasNoDupPrd *ListHasNoDuplicateElementsPredicate) Arguments() int
func (*ListHasNoDuplicateElementsPredicate) Schema ¶
func (listHasNoDupPrd *ListHasNoDuplicateElementsPredicate) Schema() schema.Schemable
func (*ListHasNoDuplicateElementsPredicate) Test ¶
func (listHasNoDupPrd *ListHasNoDuplicateElementsPredicate) Test(value typed.Valuable, args *typed.TupleValue) (bool, error)
type ListIsEmptyPredicate ¶
type ListIsEmptyPredicate struct {
predicate.PredicateArgumentsValidator
}
func (*ListIsEmptyPredicate) Arguments ¶
func (listIsEmptyPrd *ListIsEmptyPredicate) Arguments() int
func (*ListIsEmptyPredicate) Schema ¶
func (listIsEmptyPrd *ListIsEmptyPredicate) Schema() schema.Schemable
func (*ListIsEmptyPredicate) Test ¶
func (listIsEmptyPrd *ListIsEmptyPredicate) Test(value typed.Valuable, args *typed.TupleValue) (bool, error)
type ListIsEqualPredicate ¶
type ListIsEqualPredicate struct { predicate.PredicateArgumentsValidator PredicateBuilder predicates.PredicateBuilder }
func (*ListIsEqualPredicate) Arguments ¶
func (listEqPrd *ListIsEqualPredicate) Arguments() int
func (*ListIsEqualPredicate) Schema ¶
func (listEqPrd *ListIsEqualPredicate) Schema() schema.Schemable
func (*ListIsEqualPredicate) Test ¶
func (listEqPrd *ListIsEqualPredicate) Test(value typed.Valuable, args *typed.TupleValue) (bool, error)
type ListIsNotEmptyPredicate ¶
type ListIsNotEmptyPredicate struct{}
func (*ListIsNotEmptyPredicate) Arguments ¶
func (listNotEmptyPrd *ListIsNotEmptyPredicate) Arguments() int
func (*ListIsNotEmptyPredicate) Schema ¶
func (listNotEmptyPrd *ListIsNotEmptyPredicate) Schema() schema.Schemable
func (*ListIsNotEmptyPredicate) Test ¶
func (listNotEmptyPrd *ListIsNotEmptyPredicate) Test(value typed.Valuable, args *typed.TupleValue) (bool, error)
type ListIsSubsetPredicate ¶
type ListIsSubsetPredicate struct {
predicate.PredicateArgumentsValidator
}
func (*ListIsSubsetPredicate) Arguments ¶
func (listIsSubsetPrd *ListIsSubsetPredicate) Arguments() int
func (*ListIsSubsetPredicate) Schema ¶
func (listIsSubsetPrd *ListIsSubsetPredicate) Schema() schema.Schemable
func (*ListIsSubsetPredicate) Test ¶
func (listIsSubsetPrd *ListIsSubsetPredicate) Test(value typed.Valuable, args *typed.TupleValue) (bool, error)
type ListNoElementMatcheConditionPredicate ¶
type ListNoElementMatcheConditionPredicate struct { predicate.PredicateArgumentsValidator PredicateBuilder predicates.PredicateBuilder // contains filtered or unexported fields }
func (*ListNoElementMatcheConditionPredicate) Arguments ¶
func (listNoElemMatchesConditionPrd *ListNoElementMatcheConditionPredicate) Arguments() int
func (*ListNoElementMatcheConditionPredicate) Schema ¶
func (listNoElemMatchesConditionPrd *ListNoElementMatcheConditionPredicate) Schema() schema.Schemable
func (*ListNoElementMatcheConditionPredicate) Test ¶
func (listNoElemMatchesConditionPrd *ListNoElementMatcheConditionPredicate) Test(value typed.Valuable, args *typed.TupleValue) (bool, error)
Source Files ¶
- list_any_element_matches_condition_predicate.go
- list_contains_all_elements_predicate.go
- list_contains_any_of_elements_predicate.go
- list_contains_element_predicate.go
- list_elements_match_condition_predicate.go
- list_has_no_duplicate_elements_predicate.go
- list_is_empty_predicate.go
- list_is_equal_predicate.go
- list_is_not_empty_predicate.go
- list_is_subset_predicate.go
- list_no_element_matches_condition_predicate.go
Click to show internal directories.
Click to hide internal directories.