PredicateWrapper
Defined in: extract/predicate-wrapper.ts:10
Type Parameters
Section titled “Type Parameters”S
Properties
Section titled “Properties”
readonly_spec:S
Defined in: extract/predicate-wrapper.ts:11
Methods
Section titled “Methods”and(
other):PredicateWrapper<S>
Defined in: extract/predicate-wrapper.ts:12
Parameters
Section titled “Parameters”PredicateWrapper<S>
Returns
Section titled “Returns”PredicateWrapper<S>
describe()
Section titled “describe()”describe():
string
Defined in: extract/predicate-wrapper.ts:15
Returns
Section titled “Returns”string
not():
PredicateWrapper<S>
Defined in: extract/predicate-wrapper.ts:14
Returns
Section titled “Returns”PredicateWrapper<S>
or(
other):PredicateWrapper<S>
Defined in: extract/predicate-wrapper.ts:13
Parameters
Section titled “Parameters”PredicateWrapper<S>
Returns
Section titled “Returns”PredicateWrapper<S>