read<T> abstract method

T read<T>(
  1. Pod<T> pod
)

Read the value for the given pod once.

Implementation

T read<T>(Pod<T> pod);