SetAdapter

scalapb.validate.SetAdapter
See theSetAdapter companion object
class SetAdapter[T] extends CollectionAdapter[T, Set[T]]

Attributes

Companion:
object
Graph
Supertypes
class CollectionAdapter[T, Set[T]]
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited types

type Builder = Builder[T, Either[InvalidProtocolBufferException, Coll]]

Attributes

Inherited from:
CollectionAdapter

Value members

Concrete methods

def concat(first: Set[T], second: Iterable[T]): Set[T]
def empty: Set[T]
def foreach(coll: Set[T])(f: T => Unit): Unit
def newBuilder: Builder
def size(value: Set[T]): Int
def toIterator(value: Set[T]): Iterator[T]

Inherited methods

def fromIterator(x: Iterator[T]): Either[InvalidProtocolBufferException, Coll]

Attributes

Inherited from:
CollectionAdapter
def fromIteratorUnsafe(x: Iterator[T]): Coll

Attributes

Inherited from:
CollectionAdapter