Package akka.stream.impl.fusing
Class Collect$
- java.lang.Object
-
- akka.stream.impl.fusing.Collect$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Serializable
public class Collect$ extends java.lang.Object implements scala.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Collect$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <In,Out>
Collect<In,Out>apply(scala.PartialFunction<In,Out> pf)
INTERNAL APIscala.Function1<java.lang.Object,java.lang.Object>
NotApplied()
<In,Out>
scala.Option<scala.PartialFunction<In,Out>>unapply(Collect<In,Out> x$0)
-
-
-
Field Detail
-
MODULE$
public static final Collect$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
NotApplied
public final scala.Function1<java.lang.Object,java.lang.Object> NotApplied()
-
apply
public <In,Out> Collect<In,Out> apply(scala.PartialFunction<In,Out> pf)
INTERNAL API- Parameters:
pf
- (undocumented)- Returns:
- (undocumented)
-
unapply
public <In,Out> scala.Option<scala.PartialFunction<In,Out>> unapply(Collect<In,Out> x$0)
-
-