Class: Quark::MdkRuntime::Promise::Passthrough

Inherits:
DatawireQuarkCore::QuarkObject show all
Extended by:
DatawireQuarkCore::Static
Defined in:
lib/mdk_runtime/promise.rb

Constant Summary

Constants included from DatawireQuarkCore::Static

DatawireQuarkCore::Static::Unassigned

Instance Method Summary collapse

Methods included from DatawireQuarkCore::Static

_lazy_statics, static, unlazy_statics

Methods inherited from DatawireQuarkCore::QuarkObject

#to_s

Constructor Details

#initializePassthrough

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

#_getClassObject



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