ChainExtension<T> extension

on
  • T

Methods

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