Package org.apache.pekko.actor.dungeon
Class ChildrenContainer.Creation$
- java.lang.Object
- 
- scala.runtime.AbstractFunction0<ChildrenContainer.Creation>
- 
- org.apache.pekko.actor.dungeon.ChildrenContainer.Creation$
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- scala.Function0<ChildrenContainer.Creation>
 - Enclosing interface:
- ChildrenContainer
 
 public static class ChildrenContainer.Creation$ extends scala.runtime.AbstractFunction0<ChildrenContainer.Creation> implements java.io.Serializable - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static ChildrenContainer.Creation$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description Creation$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChildrenContainer.Creationapply()java.lang.StringtoString()booleanunapply(ChildrenContainer.Creation x$0)
 
- 
- 
- 
Field Detail- 
MODULE$public static final ChildrenContainer.Creation$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
toStringpublic final java.lang.String toString() - Specified by:
- toStringin interface- scala.Function0<ChildrenContainer.Creation>
- Overrides:
- toStringin class- scala.runtime.AbstractFunction0<ChildrenContainer.Creation>
 
 - 
applypublic ChildrenContainer.Creation apply() - Specified by:
- applyin interface- scala.Function0<ChildrenContainer.Creation>
 
 - 
unapplypublic boolean unapply(ChildrenContainer.Creation x$0) 
 
- 
 
-