ByteStringCompanionParent

abstract class ByteStringCompanionParent extends SpecificIterableFactory[Byte, ByteString]
trait SpecificIterableFactory[Byte, ByteString]
trait Factory[Byte, ByteString]
class Object
trait Matchable
class Any
object ByteString

Value members

Concrete methods

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

Inherited methods

def apply(xs: Byte*): ByteString
Inherited from
SpecificIterableFactory
Inherited from
SpecificIterableFactory
def fill(n: Int)(elem: => Byte): ByteString
Inherited from
SpecificIterableFactory
def newBuilder: Builder[Byte, ByteString]
Inherited from
SpecificIterableFactory

Implicits

Inherited implicits

implicit def specificIterableFactory: Factory[Byte, ByteString]
Inherited from
SpecificIterableFactory