| net.sf.jga.fn.adaptor.OrUnary
All known Subclasses: net.sf.jga.fn.AdaptorVisitor,
OrUnary | public class OrUnary extends UnaryPredicate (Code) | | Unary that performs a shortcircuit or operation using a given pair of
Boolean UnaryFunctors. When the first functor returns true, the second
is not evaluated.
|
serialVersionUID | final static long serialVersionUID(Code) | | |
accept | public void accept(net.sf.jga.fn.Visitor v)(Code) | | Calls the Visitor's visit(OrUnary) method, if it
implements the nested Visitor interface.
|
|
|