ByteStringCompanionParent

com.google.protobuf.ByteStringCompanionParent
abstract class ByteStringCompanionParent extends SpecificIterableFactory[Byte, ByteString]

Attributes

Graph
Supertypes
trait SpecificIterableFactory[Byte, ByteString]
trait Factory[Byte, ByteString]
class Object
trait Matchable
class Any
Known subtypes
object ByteString
Self type
ByteString.type

Members list

Value members

Concrete methods

override def fromSpecific(it: IterableOnce[Byte]): ByteString

Attributes

Definition Classes
Factory

Inherited methods

def apply(xs: Byte*): ByteString

Attributes

Inherited from:
SpecificIterableFactory
def fill(n: Int)(elem: => Byte): ByteString

Attributes

Inherited from:
SpecificIterableFactory

Inherited and Abstract methods

Attributes

Inherited from:
SpecificIterableFactory
def newBuilder: Builder[Byte, ByteString]

Attributes

Inherited from:
SpecificIterableFactory

Implicits

Inherited implicits

implicit def specificIterableFactory: Factory[Byte, ByteString]

Attributes

Inherited from:
SpecificIterableFactory