| net.sf.jga.fn.adaptor.AndUnary
All known Subclasses: net.sf.jga.fn.AdaptorVisitor,
AndUnary | public class AndUnary extends UnaryPredicate (Code) | | Unary that performs a shortcircuit and 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(AndUnary) method, if it
implements the nested Visitor interface.
|
|
|