ChainExtension<T> extension

on
  • T

Methods

chain<R>(R f(T value)) → R

Available on T, provided by the ChainExtension extension

Pass the value into the given function.
p<R>(R f(T value)) → R

Available on T, provided by the ChainExtension extension

pipe the value into the given function.