perform abstract method

T perform(
  1. SlicesStore<T> store,
  2. T state
)

Implementation

T perform(SlicesStore<T> store, T state);