Closed RichardIrons-neo4j closed 1 year ago
Mainly a refactor of EagerResult to EagerResult<T> so that it can contain records of any type, not just IRecord.
EagerResult
EagerResult<T>
IRecord
As part of filtering I will refactor a bit more so that IAsyncEnumerable is the main thing being worked with, maybe removing IResultTransformer.
IAsyncEnumerable
IResultTransformer
Mainly a refactor of
EagerResult
toEagerResult<T>
so that it can contain records of any type, not justIRecord
.As part of filtering I will refactor a bit more so that
IAsyncEnumerable
is the main thing being worked with, maybe removingIResultTransformer
.