docs/javadoc/reference/com/facebook/common/internal/Suppliers.html
|
|
ImmutableMap<K, V>
ImmutableSet<E>
Summary: Fields | Ctors | Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.common.internal.Suppliers |
Wrapper for creating a Supplier and default Suppliers for convenience.
| Fields |
|---|
| public static final Supplier<Boolean> |
| public static final Supplier<Boolean> |
| Public Constructors |
|---|
| Public Methods |
|---|
| static <T> Supplier<T> |
Returns a Supplier which always returns instance. |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
Boolean supplier that always returns false.
Boolean supplier that always returns true.
Returns a Supplier which always returns instance.
| instance | the instance that should always be provided. |
+Generated by Doclava. +