Class: Quark::MdkRuntime::Promise::Passthrough
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
#to_s
Constructor Details
Returns a new instance of Passthrough.
262
263
264
265
266
|
# File 'lib/mdk_runtime/promise.rb', line 262
def initialize()
self.__init_fields__
nil
end
|
Instance Method Details
#__init_fields__ ⇒ Object
299
300
301
302
303
|
# File 'lib/mdk_runtime/promise.rb', line 299
def __init_fields__()
nil
end
|
#_getClass ⇒ Object
278
279
280
281
282
283
|
# File 'lib/mdk_runtime/promise.rb', line 278
def _getClass()
return "mdk_runtime.promise._Passthrough"
nil
end
|
#_getField(name) ⇒ Object
285
286
287
288
289
290
|
# File 'lib/mdk_runtime/promise.rb', line 285
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
292
293
294
295
296
297
|
# File 'lib/mdk_runtime/promise.rb', line 292
def _setField(name, value)
nil
nil
end
|
#call(arg) ⇒ Object
271
272
273
274
275
276
|
# File 'lib/mdk_runtime/promise.rb', line 271
def call(arg)
return arg
nil
end
|