Package akka.stream
Class FanInShape.Name$
- java.lang.Object
-
- akka.stream.FanInShape.Name$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- FanInShape<O>
public static class FanInShape.Name$ extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static FanInShape.Name$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Name$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <O> FanInShape.Name<O>apply(java.lang.String name)java.lang.StringtoString()<O> scala.Option<java.lang.String>unapply(FanInShape.Name<O> x$0)
-
-
-
Field Detail
-
MODULE$
public static final FanInShape.Name$ 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 <O> FanInShape.Name<O> apply(java.lang.String name)
-
unapply
public <O> scala.Option<java.lang.String> unapply(FanInShape.Name<O> x$0)
-
-