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

    Modifier and Type
    Method
    Description
    invoke(X arg)
     
  • Method Details

    • invoke

      Y invoke(X arg)