Interface InternalReprSupport<R>
-
- All Known Subinterfaces:
EventStorage
,InMemStorage<K,R>
,SnapshotStorage
,TestKitStorage<P,R>
public interface InternalReprSupport<R>
INTERNAL API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
toInternal(R repr)
R
toRepr(java.lang.Object internal)
-