Package org.apache.pekko.dispatch.sysmsg
Class EarliestFirstSystemMessageList$
java.lang.Object
org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EarliestFirstSystemMessageList$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList$colon$colon$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this, SystemMessage msg) final booleanequals$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this, Object x$1) final inthashCode$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this) final booleanisEmpty$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this) final booleannonEmpty$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this) final org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageListreverse_$colon$colon$colon$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this, org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList other) final org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageListreverse$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this) final org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageListreversePrepend$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this, org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList other) final intsize$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this) final org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageListtail$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
EarliestFirstSystemMessageList$
public EarliestFirstSystemMessageList$()
-
-
Method Details
-
isEmpty$extension
public final boolean isEmpty$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this) -
nonEmpty$extension
public final boolean nonEmpty$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this) -
size$extension
public final int size$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this) -
tail$extension
public final org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList tail$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this) -
reverse$extension
public final org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList reverse$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this) -
$colon$colon$extension
public final org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $colon$colon$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this, SystemMessage msg) -
reversePrepend$extension
public final org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList reversePrepend$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this, org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList other) -
reverse_$colon$colon$colon$extension
public final org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList reverse_$colon$colon$colon$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this, org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList other) -
hashCode$extension
public final int hashCode$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this) -
equals$extension
public final boolean equals$extension(org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList $this, Object x$1)
-