예제 #1
0
파일: Cell.cs 프로젝트: thalesians/sodium
 public static CellStreamSink <T> CreateStreamSink <T>(Func <T, T, T> coalesce) =>
 CellInternal.CreateStreamSinkImpl(coalesce);
예제 #2
0
파일: Cell.cs 프로젝트: thalesians/sodium
 public static CellStreamSink <T> CreateStreamSink <T>() => CellInternal.CreateStreamSinkImpl <T>();