Classes
The following classes are available globally.
-
An NSOperation that executes the
See moreDownloadable
asynchronously.Declaration
Swift
public class DownloadOperation<R: Downloadable>: AOperation<R>
-
An NSOperation that executes the
See moreRequestable
asynchronously.Declaration
Swift
public class RequestOperation<R: Requestable>: AOperation<R>
-
An NSOperation that executes the
See moreUploadable
asynchronously.Declaration
Swift
public class UploadOperation<R: Uploadable>: AOperation<R>
-
An NSOperation base class for all request operations
See moreDeclaration
Swift
open class AOperation<R: Configurable>: Operation