QueueOperation

protocol QueueOperation : AnyObject

Undocumented

  • Undocumented

    Declaration

    Swift

    var сlosure: (() -> Void)? { get }
  • Undocumented

    Declaration

    Swift

    var actualityCheckingClosure: (() -> Bool)? { get }
  • Undocumented

    Declaration

    Swift

    init(actualityCheckingClosure: (() -> Bool)?, serialClosure: (() -> Void)?)
  • perform() Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    func perform()

Can queue perform the operation сlosure: (() -> Void)? or not

  • isActual Extension method

    Undocumented

    Declaration

    Swift

    var isActual: Bool { get }
  • Undocumented

    Declaration

    Swift

    init(actualIifNotNill object: AnyObject?, serialClosure: (() -> Void)?)