operator >> method

Lens<S, dynamic> operator >>(
  1. Lens<T, dynamic> lens
)

The same as then but not type safe.

Implementation

Lens<S, dynamic> operator >>(Lens<T, dynamic> lens) => then(lens);