Package akka.stream.impl.fusing
Class Buffer$
- java.lang.Object
-
- akka.stream.impl.fusing.Buffer$
-
- All Implemented Interfaces:
java.io.Serializable,scala.Serializable
public class Buffer$ extends java.lang.Object implements scala.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Buffer$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Buffer<T>apply(int size, OverflowStrategy overflowStrategy)java.lang.StringtoString()<T> scala.Option<scala.Tuple2<java.lang.Object,OverflowStrategy>>unapply(Buffer<T> x$0)
-
-
-
Field Detail
-
MODULE$
public static final Buffer$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
apply
public <T> Buffer<T> apply(int size, OverflowStrategy overflowStrategy)
-
unapply
public <T> scala.Option<scala.Tuple2<java.lang.Object,OverflowStrategy>> unapply(Buffer<T> x$0)
-
-