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