fr<T> method

Fr<T> fr<T>(
  1. T calc()
)

Implementation

frp.Fr<T> fr<T>(T Function() calc) => frp.fr(calc, disposers: this);