Uses of Interface
org.springframework.rules.closure.BinaryClosure

Packages that use BinaryClosure
org.springframework.rules.closure Out of the box functions that address common needs. 
 

Uses of BinaryClosure in org.springframework.rules.closure
 

Classes in org.springframework.rules.closure that implement BinaryClosure
 class AbstractBinaryClosure
          Conveneince support class for binary closures.
 class Maximum
          Returns the maximum of two Comparable objects; with nulls regarded a being less than non null.
 class Minimum
          Returns the maximum of two Comparable objects; with nulls regarded a being less than non null.
 

Methods in org.springframework.rules.closure that return BinaryClosure
static BinaryClosure Minimum.instance()
          Returns the shared instance--this is possible as the default functor for this class is immutable and stateless.
static BinaryClosure Maximum.instance()
          Returns the shared instance--this is possible as the default functor for this class is immutable and stateless.
 



Copyright © 2004-2009 The Spring Framework. All Rights Reserved.