copyWith abstract method

FortState<T> copyWith(
  1. FortState<T> other
)

Implementation

FortState<T> copyWith(FortState<T> other);