JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
net.thevpc.hl.lang
net.hl.lang
UncheckedCallable
Contents
Description
Method Summary
Method Details
call()
Hide sidebar
Show sidebar
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
>