Class Effect.SpawnedAnonymous<T>

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

    public static final class Effect.SpawnedAnonymous<T>
    extends Effect
    implements scala.Product2<Behavior<T>,​Props>, java.io.Serializable
    The behavior spawned an anonymous child with the given behavior (and optionally specific props)
    See Also:
    Serialized Form
    • Method Detail

      • 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
      • canEqual

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