Package akka.util
Class ByteString.Companion$
- java.lang.Object
-
- akka.util.ByteString.Companion$
-
- Enclosing class:
- ByteString
public static class ByteString.Companion$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ByteString.Companion$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Companion$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteString.Companion
apply(byte from)
-
-
-
Field Detail
-
MODULE$
public static final ByteString.Companion$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public ByteString.Companion apply(byte from)
-
-