Typealiases

The following typealiases are available globally.

  • A closure type that takes a closure as its parameter.

    Declaration

    Swift

    typealias OperationBlock = (Void -> Void) -> Void
  • A condition describing that the targeted operation may present an alert.

    Declaration

    Swift

    typealias AlertPresentation = MutuallyExclusive<Alert>