dead.fish
02/21/2018, 6:53 PMRuckus
02/21/2018, 6:54 PMPaginatedList<V, T>
, or could you not use a nullable PaginatedList<V, T>?
instead and filter out nulls?dead.fish
02/21/2018, 7:06 PMRuckus
02/21/2018, 7:10 PMnull
.Optional
type that is optimized by the compiler to a nullable reference, so even they use it under the hood.)dead.fish
02/21/2018, 7:32 PM