testbox.system.modules.cbstreams.models.proxies

Class BinaryOperator

lucee.Component
    extended by testbox.system.modules.cbstreams.models.proxies.BiFunction
      extended by testbox.system.modules.cbstreams.models.proxies.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 testbox.system.modules.cbstreams.models.proxies.BiFunction
    andThen, apply, init
     
    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