update<T> abstract method

UpdateStep<T> update<T>([
  1. Type type
])

Starts a new update statement for the specified type from this Box.

Implementation

UpdateStep<T> update<T>([Type type]);