Interface InternalReprSupport<R>

All Known Subinterfaces:
EventStorage, InMemStorage<K,R>, SnapshotStorage, TestKitStorage<P,R>

public interface InternalReprSupport<R>
INTERNAL API
  • Method Summary

    Modifier and Type
    Method
    Description
    toInternal(R repr)
     
    toRepr(Object internal)
     
  • Method Details

    • toInternal

      Object toInternal(R repr)
    • toRepr

      R toRepr(Object internal)