StreamOption

sealed trait StreamOption extends GeneratedOneof
Companion:
object
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
class All
object Empty.type
class Stream

Type members

Inherited types

Inherited from:
GeneratedOneof

Value members

Concrete methods

def all: Option[AllOptions]
def isAll: Boolean
def isDefined: Boolean
def isEmpty: Boolean
def isStream: Boolean
def stream: Option[StreamOptions]

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
def number: Int
Inherited from:
GeneratedOneof
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def productPrefix: String
Inherited from:
Product
def value: ValueType
Inherited from:
GeneratedOneof
def valueOption: Option[ValueType]
Inherited from:
GeneratedOneof