Package org.apache.pekko.dispatch.sysmsg
Class LatestFirstSystemMessageList$
java.lang.Object
org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LatestFirstSystemMessageList$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList$colon$colon$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this, SystemMessage msg) final booleanequals$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this, Object x$1) final inthashCode$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this) final booleanisEmpty$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this) final booleannonEmpty$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this) final org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageListreverse$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this) final intsize$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this) final org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageListtail$extension(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList $this)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
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)
-