Protocols
The following protocols are available globally.
-
The
See moreConstraint
protocol is used to define the structre that must be implemented by concrete constraints.Declaration
Swift
public protocol Constraint : AsyncConstraint
-
The
See moreAsyncConstraint
protocol is used to define the structure that must be implemented by concrete asynchronous constraints.Declaration
Swift
public protocol AsyncConstraint
-
The
See morePredicate
protocol is used to define the structre that must be implemented by concrete predicates.Declaration
Swift
public protocol Predicate : AsyncPredicate
-
The
See moreAsyncPredicate
protocol is used to define the structre that must be implemented by concrete async predicates.Declaration
Swift
public protocol AsyncPredicate