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 Description Y
invoke(X arg)
-