Example #1
0
 public static Stream <TResult> MapTo <T, TResult>(this Stream <T> s, TResult value) => s.MapToImpl(value);