ConjunctionPredicate

Undocumented in source.

Constructors

this
this(Predicate _p1, Predicate _p2)
Undocumented in source.

Members

Functions

render
string render()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

p1
Predicate p1;
Undocumented in source.
p2
Predicate p2;
Undocumented in source.

Inherited Members

From Predicate

render
string render()
Undocumented in source.
and
Predicate and(Predicate other)
Undocumented in source. Be warned that the author may not have intended to support it.
or
Predicate or(Predicate other)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta