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