Class NoScopeGiven

java.lang.Object
org.apache.pekko.actor.NoScopeGiven
All Implemented Interfaces:
Scope
Direct Known Subclasses:
NoScopeGiven$

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

    • NoScopeGiven

      public NoScopeGiven()
  • Method Details

    • withFallback

      public static Scope withFallback(Scope other)
    • getInstance

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

      public static String productPrefix()
    • productArity

      public static int productArity()
    • productElement

      public static Object productElement(int x$1)
    • productIterator

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

      public static boolean canEqual(Object x$1)
    • hashCode

      public static int hashCode()
    • toString

      public static String toString()
    • equals

      public abstract static boolean equals(Object that)
    • productElementName

      public static String productElementName(int n)
    • productElementNames

      public static scala.collection.Iterator<String> productElementNames()