fromStore abstract method

T fromStore(
  1. I value
)

Convert the value read from the store

Implementation

T fromStore(I value);