Class SystemMessageList$

java.lang.Object
org.apache.pekko.actor.typed.internal.SystemMessageList$

public class SystemMessageList$ extends Object
INTERNAL API

Helper companion object for LatestFirstSystemMessageList and EarliestFirstSystemMessageList

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final SystemMessageList$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final org.apache.pekko.actor.typed.internal.EarliestFirstSystemMessageList
     
    final org.apache.pekko.actor.typed.internal.LatestFirstSystemMessageList
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MODULE$

      public static final SystemMessageList$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • SystemMessageList$

      public SystemMessageList$()
  • Method Details

    • LNil

      public final org.apache.pekko.actor.typed.internal.LatestFirstSystemMessageList LNil()
    • ENil

      public final org.apache.pekko.actor.typed.internal.EarliestFirstSystemMessageList ENil()