JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
net.thevpc.hl.lang
Package
net.hl.lang
Interface UncheckedCallable<V>
All Superinterfaces:
Callable
<V>
public interface
UncheckedCallable<V>
extends
Callable
<V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
V
call
()
Method Details
call
V
call
()
Specified by:
call
in interface
Callable
<
V
>