Classes
The following classes are available globally.
-
A structrure that links an
See moreAsyncPredicate
to anError
that describes why the predicate evaluation has failed.Declaration
Swift
public class ConditionedAsyncConstraint<T> : AsyncConstraint
-
A data type that links a
See morePredicate
to anError
that describes why the predicate evaluation has failed.Declaration
Swift
public class ConditionedConstraint<T> : PredicateConstraint<T>
-
A data type that links a
See morePredicate
to anError
that describes why the predicate evaluation has failed.Declaration
Swift
public class PredicateConstraint<T> : Constraint
-
A type-erased
See moreAsyncPredicate
.Declaration
Swift
public class AnyAsyncPredicate<T> : AsyncPredicate