Interface IntIdentity

All Superinterfaces:
AutoCloseable

public interface IntIdentity extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    create(org.jpy.CreateModule createModule)
     
    int
    identity(int x)
     
  • Method Details

    • create

      static IntIdentity create(org.jpy.CreateModule createModule)
    • identity

      int identity(int x)
    • close

      void close()
      Specified by:
      close in interface AutoCloseable