Lines Matching full:true
17 if (location.href.indexOf('is-external=true') == -1) {
95 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
100 <DT><PRE>public final class <B>Predicates</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
157 Returns a predicate that always evaluates to <code>true</code>.</TD>
169 <TD><CODE><B><A HREF="../../../../com/google/common/base/Predicates.html#and(java.lang.Iterable)">and</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A><? extends <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A><? super T>> components)</CODE>
172 Returns a predicate that evaluates to <code>true</code> if each of its
173 components evaluates to <code>true</code>.</TD>
188 Returns a predicate that evaluates to <code>true</code> if each of its
189 components evaluates to <code>true</code>.</TD>
205 Returns a predicate that evaluates to <code>true</code> if both of its
206 components evaluate to <code>true</code>.</TD>
237 Returns a predicate that evaluates to <code>true</code> if the object being
250 <TD><CODE><B><A HREF="../../../../com/google/common/base/Predicates.html#in(java.util.Collection)">in</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><? extends T> target)</CODE>
253 Returns a predicate that evaluates to <code>true</code> if the object reference
258 <CODE>static <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A><<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>></CODE></FONT></TD>
259 <TD><CODE><B><A HREF="../../../../com/google/common/base/Predicates.html#instanceOf(java.lang.Class)">instanceOf</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A><?> clazz)</CODE>
262 Returns a predicate that evaluates to <code>true</code> if the object being
278 Returns a predicate that evaluates to <code>true</code> if the object reference
294 Returns a predicate that evaluates to <code>true</code> if the given predicate
310 Returns a predicate that evaluates to <code>true</code> if the object reference
323 <TD><CODE><B><A HREF="../../../../com/google/common/base/Predicates.html#or(java.lang.Iterable)">or</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A><? extends <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A><? super T>> components)</CODE>
326 Returns a predicate that evaluates to <code>true</code> if any one of its
327 components evaluates to <code>true</code>.</TD>
342 Returns a predicate that evaluates to <code>true</code> if any one of its
343 components evaluates to <code>true</code>.</TD>
359 Returns a predicate that evaluates to <code>true</code> if either of its
360 components evaluates to <code>true</code>.</TD>
366 <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
369 <TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
390 <DD>Returns a predicate that always evaluates to <code>true</code>.
416 <DD>Returns a predicate that evaluates to <code>true</code> if the object reference
430 <DD>Returns a predicate that evaluates to <code>true</code> if the object reference
444 <DD>Returns a predicate that evaluates to <code>true</code> if the given predicate
456 public static <T> <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A><T> <B>and</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A><? extends <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A><? super T>> components)</PRE>
458 <DD>Returns a predicate that evaluates to <code>true</code> if each of its
459 components evaluates to <code>true</code>. The components are evaluated in
462 changes to it won't alter the behavior of this predicate. If <code>components</code> is empty, the returned predicate will always evaluate to <code>true</code>.
475 <DD>Returns a predicate that evaluates to <code>true</code> if each of its
476 components evaluates to <code>true</code>. The components are evaluated in
479 changes to it won't alter the behavior of this predicate. If <code>components</code> is empty, the returned predicate will always evaluate to <code>true</code>.
493 <DD>Returns a predicate that evaluates to <code>true</code> if both of its
494 components evaluate to <code>true</code>. The components are evaluated in
507 public static <T> <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A><T> <B>or</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A><? extends <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A><? super T>> components)</PRE>
509 <DD>Returns a predicate that evaluates to <code>true</code> if any one of its
510 components evaluates to <code>true</code>. The components are evaluated in
512 true predicate is found. It defensively copies the iterable passed in, so
526 <DD>Returns a predicate that evaluates to <code>true</code> if any one of its
527 components evaluates to <code>true</code>. The components are evaluated in
529 true predicate is found. It defensively copies the array passed in, so
544 <DD>Returns a predicate that evaluates to <code>true</code> if either of its
545 components evaluates to <code>true</code>. The components are evaluated in
547 true predicate is found.
558 public static <T> <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A><T> <B>equalTo</B>(<FONT SIZE="-1"><A HREF="http://jsr-305.googlecode.com/svn/trunk/javadoc/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation">@Nullable</A></FONT>
561 <DD>Returns a predicate that evaluates to <code>true</code> if the object being
573 public static <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A><<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>> <B>instanceOf</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A><?> clazz)</PRE>
575 <DD>Returns a predicate that evaluates to <code>true</code> if the object being
592 public static <T> <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A><T> <B>in</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><? extends T> target)</PRE>
594 <DD>Returns a predicate that evaluates to <code>true</code> if the object reference