ObjectExtensions

Extension methods for non-null values enabling functional transformations.

Provides utilities for applying transformations to values in a functional style.

on
  • T

Methods

let<R>(R op(T)) → R

Available on T, provided by the ObjectExtensions extension

Apply function op to this value and return the result.