Package akka.actor

Class NoScopeGiven

  • All Implemented Interfaces:
    Scope
    Direct Known Subclasses:
    NoScopeGiven$

    public abstract class NoScopeGiven
    extends java.lang.Object
    implements Scope
    This is the default value and as such allows overrides.
    • Constructor Detail

      • NoScopeGiven

        public NoScopeGiven()
    • Method Detail

      • withFallback

        public static Scope withFallback​(Scope other)
      • getInstance

        public static NoScopeGiven$ getInstance()
        Java API: get the singleton instance
        Returns:
        (undocumented)
      • productPrefix

        public static java.lang.String productPrefix()
      • productArity

        public static int productArity()
      • productElement

        public static java.lang.Object productElement​(int x$1)
      • productIterator

        public static scala.collection.Iterator<java.lang.Object> productIterator()
      • canEqual

        public static boolean canEqual​(java.lang.Object x$1)
      • hashCode

        public static int hashCode()
      • toString

        public static java.lang.String toString()
      • equals

        public abstract static boolean equals​(java.lang.Object that)