WalkFunction<T> typedef

WalkFunction<T> = T Function(Mapper f, T t)

Function that constructs a new instance by mapping constructor arguments of an existing instance.

Example

See ImmutableKind.

Implementation

typedef WalkFunction<T> = T Function(Mapper f, T t);