fw<T> method

Fw<T> fw<T>(
  1. T value
)

Implementation

frp.Fw<T> fw<T>(T value) => frp.fw(value, disposers: this);