Skip to content

Gauge の combine メソッドは不要ではないか? #104

@rrbox

Description

@rrbox

これは Gauge にある combine メソッドです。

public func combine(node: GaugeNode, center: WidgetNotificationSystem) {
node.registerTo(center: center, id: self.id)
}

しかし、protocol extension で実装されている様に思います。

public extension DataOutputPlugIn {
func combine(node: Node, center: WidgetNotificationSystem) {
node.registerTo(center: center, id: self.id)
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions