chainFirst top-level property

TapFunction<A> Function<A>(void f(A)) chainFirst
final

Alias for tap.

Provides a side effect function Function that is applied to the value

Implementation

final chainFirst = tap;