JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.benf.cfr.reader.util.functors
UnaryFunction
Contents
Description
Method Summary
Method Details
invoke(X)
Hide sidebar
Show sidebar
Interface UnaryFunction<
X
,
Y
>
All Known Implementing Classes:
Misc.GetBackJump
public interface
UnaryFunction<X,
Y>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Y
invoke
(
X
arg)
Method Details
invoke
Y
invoke
(
X
arg)