models

Class BinaryOperator

lucee.Component
    extended by models.BaseProxy
      extended by models.BiFunction
        extended by models.BinaryOperator

Functional interface that maps to java.util.function.BinaryOperator See https://docs.oracle.com/javase/8/docs/api/java/util/function/BinaryOperator.html

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any maxBy(any comparator)
    any minBy(any comparator)
     
    Methods inherited from class models.BiFunction
    andThen, apply, 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

    maxBy

    public any maxBy(any comparator)

    Parameters:
    comparator

    minBy

    public any minBy(any comparator)

    Parameters:
    comparator