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