type_mapper
Definition
/**
* @template TType
* @template TOut
*
* @param FlowType<TType> $type
* @param null|RowMapper<TOut> $next
*
* @return ($next is null ? TypeMapper<TType, TType> : TypeMapper<TType, TOut>)
*/
type_mapper(Type $type, ?RowMapper $next) : TypeMapper