ObjectExtensions
Extension methods for non-null values enabling functional transformations.
Provides utilities for applying transformations to values in a functional style.
Methods
-
let<
R> (R op(T)) → R -
Available on T, provided by the ObjectExtensions extension
Apply functionopto this value and return the result.