Class LocalScope

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

public abstract class LocalScope extends Object implements Scope
  • Constructor Details

    • LocalScope

      public LocalScope()
  • Method Details

    • getInstance

      public static LocalScope$ getInstance()
      Java API: get the singleton instance
    • withFallback

      public static Scope withFallback(Scope other)
    • 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()