@Deprecated public abstract class Computables extends Object
Modifier and Type | Method and Description |
---|---|
static <A> Computable<A> |
constant(A a)
Deprecated.
|
static <A> Computable<A> |
time(Computable<A> c)
Deprecated.
|
public static <A> Computable<A> constant(A a)
public static <A> Computable<A> time(Computable<A> c)
see also the complete user documentation .