|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.inject.intercept.AbstractQuery<T>
public abstract class AbstractQuery<T>
Implements and()
and or()
.
Constructor Summary | |
---|---|
AbstractQuery()
|
Method Summary | |
---|---|
Query<T> |
and(Query<? super T> other)
Returns a query which returns true if both this and the given
query return true . |
Query<T> |
or(Query<? super T> other)
Returns a query which returns true if either this or the given
query return true . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.inject.intercept.Query |
---|
matches |
Constructor Detail |
---|
public AbstractQuery()
Method Detail |
---|
public Query<T> and(Query<? super T> other)
Query
true
if both this and the given
query return true
.
and
in interface Query<T>
public Query<T> or(Query<? super T> other)
Query
true
if either this or the given
query return true
.
or
in interface Query<T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |