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.