PipeHandler<TValue> typedef
PipeHandler<TValue> =
TValue Function(TValue value, FeatureHandlerContext ctx)
Handler that transforms a pipe value with access to feature context.
Implementation
typedef PipeHandler<TValue> =
TValue Function(TValue value, FeatureHandlerContext ctx);