Interface PStore<I,J,X>

All Superinterfaces:
App<PStore.Mu<I,J>, X>

interface PStore<I,J,X> extends App<PStore.Mu<I,J>, X>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
     
    static final class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    peek(J j)
     
    pos()
     
    static <I,J,X> PStore<I,J,X>
    unbox(App<PStore.Mu<I,J>, X> box)
     
  • Method Details

    • unbox

      static <I,J,X> PStore<I,J,X> unbox(App<PStore.Mu<I,J>, X> box)
    • peek

      X peek(J j)
    • pos

      I pos()