Class LatestFirstSystemMessageList$

java.lang.Object
org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList$

public class LatestFirstSystemMessageList$ extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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.dispatch.sysmsg.LatestFirstSystemMessageList
    $colon$colon$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this, SystemMessage msg)
     
    final boolean
    equals$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this, Object x$1)
     
    final int
    hashCode$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this)
     
    final boolean
    isEmpty$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this)
     
    final boolean
    nonEmpty$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this)
     
    final org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList
    reverse$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this)
     
    final int
    size$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this)
     
    final org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList
    tail$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this)
     

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • LatestFirstSystemMessageList$

      public LatestFirstSystemMessageList$()
  • Method Details

    • isEmpty$extension

      public final boolean isEmpty$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this)
    • nonEmpty$extension

      public final boolean nonEmpty$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this)
    • size$extension

      public final int size$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this)
    • tail$extension

      public final org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList tail$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this)
    • reverse$extension

      public final org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList reverse$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this)
    • $colon$colon$extension

      public final org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $colon$colon$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this, SystemMessage msg)
    • hashCode$extension

      public final int hashCode$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this)
    • equals$extension

      public final boolean equals$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this, Object x$1)