SelectFold

gopher.SelectFold$
object SelectFold

Helper namespace for Select.Fold return value

Attributes

See also

[Select.fold]

Source
SelectFold.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SelectFold.type

Members list

Type members

Classlikes

case class Done[S](s: S)

return value in Select.Fold which means that we should stop folding

return value in Select.Fold which means that we should stop folding

Attributes

Source
SelectFold.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all