Package akka.actor.typed
Class RecipientRef.RecipientRefOps$
- java.lang.Object
-
- akka.actor.typed.RecipientRef.RecipientRefOps$
-
- Enclosing interface:
- RecipientRef<T>
public static class RecipientRef.RecipientRefOps$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static RecipientRef.RecipientRefOps$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RecipientRefOps$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> void
$bang$extension(RecipientRef.RecipientRefOps<T> $this, T msg)
<T> boolean
equals$extension(RecipientRef.RecipientRefOps<T> $this, java.lang.Object x$1)
<T> int
hashCode$extension(RecipientRef.RecipientRefOps<T> $this)
-
-
-
Field Detail
-
MODULE$
public static final RecipientRef.RecipientRefOps$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
$bang$extension
public final <T> void $bang$extension(RecipientRef.RecipientRefOps<T> $this, T msg)
-
hashCode$extension
public final <T> int hashCode$extension(RecipientRef.RecipientRefOps<T> $this)
-
equals$extension
public final <T> boolean equals$extension(RecipientRef.RecipientRefOps<T> $this, java.lang.Object x$1)
-
-