All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javadoc.com.google.common.util.concurrent.Callables.html Maven / Gradle / Ivy

The newest version!







Callables (Guava: Google Core Libraries for Java 11.0.1 API)














com.google.common.util.concurrent
Class Callables

java.lang.Object
  extended by com.google.common.util.concurrent.Callables

public final class Callables
extends Object

Static utility methods pertaining to the Callable interface.

Since:
1.0
Author:
Isaac Shum

Method Summary
static
<T> Callable<T>
returning(T value)
          Creates a Callable which immediately returns a preset value each time it is called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

returning

public static <T> Callable<T> returning(@Nullable
                                        T value)
Creates a Callable which immediately returns a preset value each time it is called.



Copyright © 2010-2012. All Rights Reserved.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy