list

package
v0.0.0-...-c048e97 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2024 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Index

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL