func addDependency (Operation)
Makes the receiver dependent on the completion of the specified operation.
レシーバをこの指定されたオペレーションの完了に依存するようにします。
var dependencies: [Operation]
An array of the operation objects that must finish executing before the current object can begin executing.
現在のオブジェクトが遂行を開始できる前に遂行を終了しなければならないオペレーションオブジェクトそれらからなるある配列。