Class Buffer$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Serializable

    public class Buffer$
    extends java.lang.Object
    implements scala.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Buffer$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Buffer$()  
    • Field Detail

      • MODULE$

        public static final Buffer$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Buffer$

        public Buffer$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • unapply

        public <T> scala.Option<scala.Tuple2<java.lang.Object,​OverflowStrategy>> unapply​(Buffer<T> x$0)