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 SummaryFields Modifier and Type Field Description static FanInShape.Name$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description Name$()
 - 
Method SummaryAll 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- 
toStringpublic final java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
applypublic <O> FanInShape.Name<O> apply(java.lang.String name) 
 - 
unapplypublic <O> scala.Option<java.lang.String> unapply(FanInShape.Name<O> x$0) 
 
- 
 
-