|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractClosure | |
---|---|
org.springframework.rules.closure | Out of the box functions that address common needs. |
org.springframework.rules.closure.support | Closure and constraint function object core support implementations. |
Uses of AbstractClosure in org.springframework.rules.closure |
---|
Subclasses of AbstractClosure in org.springframework.rules.closure | |
---|---|
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. |
class |
StringLength
Returns the Integer length of an object's string form, or zero if the object is null. |
class |
StringTrimmer
Returns a trimmed copy of the string form of an object. |
Uses of AbstractClosure in org.springframework.rules.closure.support |
---|
Subclasses of AbstractClosure in org.springframework.rules.closure.support | |
---|---|
class |
Block
Convenient super class for closures that encapsulate a block of executable code. |
class |
IfBlock
Only execute the specified closure if a provided constraint is also true. |
class |
NoArgBlock
Simple implementation of AbstractClosure: makes it easy to just execute a block of code without any additional parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |