UNPKG

typesforbukkit

Version:

Types For Bukkit

7 lines (6 loc) 189 B
namespace java.util.concurrent { export interface Callable<V> { /** @deprecated Computes a result, or throws an exception if unable to do so */ call(): V; } }