Package org.apache.pekko.stream
Class FanInShape.Name<O>
java.lang.Object
org.apache.pekko.stream.FanInShape.Name<O>
- All Implemented Interfaces:
Serializable,FanInShape.Init<O>,scala.Equals,scala.Product
- Enclosing class:
- FanInShape<O>
public static final class FanInShape.Name<O>
extends Object
implements FanInShape.Init<O>, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean<O> FanInShape.Name<O><O> StringbooleaninthashCode()scala.collection.immutable.Seq<Inlet<?>>inlets()name()outlet()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Name
-
-
Method Details
-
name
- Specified by:
namein interfaceFanInShape.Init<O>
-
outlet
- Specified by:
outletin interfaceFanInShape.Init<O>
-
inlets
- Specified by:
inletsin interfaceFanInShape.Init<O>
-
copy
-
copy$default$1
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-