Classes

The following classes are available globally.

  • The class that gets passed into the builder closure of PrediKit’s NSPredicate convenience initializer.

    See more

    Declaration

    Swift

    open class PredicateBuilder<T: Reflectable>
  • A class that finalizes an includer created within the builder closure of PrediKit’s NSPredicate convenience initializer. All includers (basically any line of code within that closure) must end in a call to a function that returns an instance or subclassed instance of this class to create a valid NSPredicate.

    Declaration

    Swift

    public final class FinalizedIncluder<T: Reflectable>