ObjectExtensions

Extension methods FP style transformations

on
  • T

Methods

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

Available on T, provided by the ObjectExtensions extension

Apply function op to this value if non-null and return the result.