@GwtCompatible(emulated=true) public final class Callables extends Object
Callable interface.| Modifier and Type | Method and Description |
|---|---|
static <T> Callable<T> |
returning(T value)
Creates a
Callable which immediately returns a preset value each
time it is called. |
Copyright © 2010-2015. All Rights Reserved.