Class: Quark::DatawireMdkMd::QuarkCallback
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
Constructor Details
Returns a new instance of QuarkCallback.
27105
27106
27107
27108
27109
27110
27111
27112
27113
27114
27115
|
# File 'lib/datawire_mdk_md.rb', line 27105
def initialize()
super("quark._Callback")
(self).name = "quark._Callback"
(self).parameters = ::DatawireQuarkCore::List.new([])
(self).fields = ::DatawireQuarkCore::List.new([::Quark.quark.reflect.Field.new("quark.concurrent.Context", "_context"), ::Quark.quark.reflect.Field.new("quark.UnaryCallable", "_callable"), ::Quark.quark.reflect.Field.new("quark.Promise", "_next")])
(self).methods = ::DatawireQuarkCore::List.new([])
(self).parents = ::DatawireQuarkCore::List.new(["quark.concurrent.EventContext"])
nil
end
|
Instance Method Details
#__init_fields__ ⇒ Object
27155
27156
27157
27158
27159
27160
|
# File 'lib/datawire_mdk_md.rb', line 27155
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
27134
27135
27136
27137
27138
27139
|
# File 'lib/datawire_mdk_md.rb', line 27134
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
27141
27142
27143
27144
27145
27146
|
# File 'lib/datawire_mdk_md.rb', line 27141
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
27148
27149
27150
27151
27152
27153
|
# File 'lib/datawire_mdk_md.rb', line 27148
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
27120
27121
27122
27123
27124
27125
|
# File 'lib/datawire_mdk_md.rb', line 27120
def construct(args)
return ::Quark.quark._Callback.new(::DatawireQuarkCore.cast((args)[0]) { ::Quark.quark.UnaryCallable }, ::DatawireQuarkCore.cast((args)[1]) { ::Quark.quark.Promise })
nil
end
|
#isAbstract ⇒ Object
27127
27128
27129
27130
27131
27132
|
# File 'lib/datawire_mdk_md.rb', line 27127
def isAbstract()
return false
nil
end
|