Class Effect.Spawned<T>

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product, scala.Product3<Behavior<T>,​java.lang.String,​Props>
    Enclosing class:
    Effect

    public static final class Effect.Spawned<T>
    extends Effect
    implements scala.Product3<Behavior<T>,​java.lang.String,​Props>, java.io.Serializable
    The behavior spawned a named child with the given behavior (and optionally specific props)
    See Also:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • childName

        public java.lang.String childName()
      • props

        public Props props()
      • equals

        public boolean equals​(java.lang.Object other)
        Specified by:
        equals in interface scala.Equals
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • productPrefix

        public java.lang.String productPrefix()
        Specified by:
        productPrefix in interface scala.Product
      • _1

        public Behavior<T> _1()
        Specified by:
        _1 in interface scala.Product3<Behavior<T>,​java.lang.String,​Props>
      • _2

        public java.lang.String _2()
        Specified by:
        _2 in interface scala.Product3<Behavior<T>,​java.lang.String,​Props>
      • _3

        public Props _3()
        Specified by:
        _3 in interface scala.Product3<Behavior<T>,​java.lang.String,​Props>
      • canEqual

        public boolean canEqual​(java.lang.Object o)
        Specified by:
        canEqual in interface scala.Equals