models

Class Callable

lucee.Component
    extended by models.BaseProxy
      extended by models.Supplier
        extended by models.Callable
Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any call()
         Functional interface for supplier to get a result.
     
    Methods inherited from class models.Supplier
    get, init
     
    Methods inherited from class models.BaseProxy
    err, getCFMLContext, getConcurrentEngineLockName, getCurrentThread, getDebug, getLoadAppContext, getSystem, getTarget, getThread, getThreadName, inForkJoinPool, loadContext, out, sendExceptionToLogBoxIfAvailable, sendExceptionToOnExceptionIfAvailable, setDebug, setLoadAppContext, setSystem, setTarget, setThread, unLoadContext
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    call

    public any call()

    Functional interface for supplier to get a result See https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Callable.html