HomeSort by relevance Sort by last modified time
    Searched full:synchronizedsupplier (Results 1 - 3 of 3) sorted by null

  /external/guava/src/com/google/common/base/
Suppliers.java 178 public static <T> Supplier<T> synchronizedSupplier(Supplier<T> delegate) {
  /external/guava/javadoc/com/google/common/base/
Suppliers.html 206 <TD><CODE><B><A HREF="../../../../com/google/common/base/Suppliers.html#synchronizedSupplier(com.google.common.base.Supplier)">synchronizedSupplier</A></B>(<A HREF="../../../../com/google/common/base/Supplier.html" title="interface in com.google.common.base">Supplier</A>&lt;T&gt;&nbsp;delegate)</CODE>
314 <A NAME="synchronizedSupplier(com.google.common.base.Supplier)"><!-- --></A><H3>
315 synchronizedSupplier</H3>
317 public static &lt;T&gt; <A HREF="../../../../com/google/common/base/Supplier.html" title="interface in com.google.common.base">Supplier</A>&lt;T&gt; <B>synchronizedSupplier</B>(<A HREF="../../../../com/google/common/base/Supplier.html" title="interface in com.google.common.base">Supplier</A>&lt;T&gt;&nbsp;delegate)</PRE>
  /external/guava/javadoc/com/google/common/base/class-use/
Supplier.html 195 <TD><CODE><B>Suppliers.</B><B><A HREF="../../../../../com/google/common/base/Suppliers.html#synchronizedSupplier(com.google.common.base.Supplier)">synchronizedSupplier</A></B>(<A HREF="../../../../../com/google/common/base/Supplier.html" title="interface in com.google.common.base">Supplier</A>&lt;T&gt;&nbsp;delegate)</CODE>
271 <TD><CODE><B>Suppliers.</B><B><A HREF="../../../../../com/google/common/base/Suppliers.html#synchronizedSupplier(com.google.common.base.Supplier)">synchronizedSupplier</A></B>(<A HREF="../../../../../com/google/common/base/Supplier.html" title="interface in com.google.common.base">Supplier</A>&lt;T&gt;&nbsp;delegate)</CODE>

Completed in 52 milliseconds