JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
ch.njol.util
Interface Callback<R,A>
public interface
Callback<R,A>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@Nullable
R
run
(
A
arg)
Method Details
run
@Nullable
R
run
(
A
arg)