DistinctBuilder

dappermongo.DistinctBuilder
See theDistinctBuilder companion object
trait DistinctBuilder[-R]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def batchSize(batchSize: Int): DistinctBuilder[R]
def collation(collation: Collation): DistinctBuilder[R]
def comment(comment: String): DistinctBuilder[R]
def filter[T : BSONDocumentWriter](filter: T): DistinctBuilder[R]
def maxTime(maxTime: Duration): DistinctBuilder[R]
def toChunk[T : BSONReader]: ZIO[R, Throwable, Chunk[T]]
def toSet[T : BSONReader]: ZIO[R, Throwable, Set[T]]