DistinctExtension<T> extension

on

Methods

distinct({bool equals(T prev, T next)?, String name = 'distinct', SeedCallback<T>? seed, int retention = 0, bool? cancelOnError, bool bubbleCancellation = true}) OffsetIterator<T>