CollectionSource

class CollectionSource : Stage


Summary

Public functions

open operator Boolean
equals(other: Any?)
open Int

Inherited functions

From com.google.firebase.firestore.pipeline.Stage
CollectionSource
CollectionSource
withOption(key: String, value: Boolean)

Specify named Boolean parameter

CollectionSource
withOption(key: String, value: Double)

Specify named Double parameter

CollectionSource
withOption(key: String, value: Field)

Specify named Field parameter

CollectionSource
withOption(key: String, value: Long)

Specify named Long parameter

CollectionSource
withOption(key: String, value: String)

Specify named String parameter

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int