testbox.system.modules.cbstreams.models.proxies

Class Runnable

lucee.Component
    extended by testbox.system.modules.cbstreams.models.proxies.Runnable

Functional Interface that maps to java.lang.Runnable See https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Constructor Summary
    init(any target)
          Constructor.
    Method Summary
    any run()
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init(any target)

    Constructor

    Parameters:
    target - The lambda or closure or CFC to be used as the runnable

    Method Detail

    run

    public any run()