JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.benf.cfr.reader.util.functors
Interface UnaryFunction<X,Y>
All Known Implementing Classes:
AttributeFactory.AttributeBuilder
,
BytecodeMeta.FlagTest
,
ExceptionTableEntry.ExceptionTableEntryBuilder
,
Misc.GetBackJump
,
TypeUsageInformationImpl.FieldClash
public interface
UnaryFunction<X,Y>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Y
invoke
(
X
arg)
Method Detail
invoke
Y
invoke(
X
arg)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method