Package akka.actor.typed
Class RecipientRef$
- java.lang.Object
-
- akka.actor.typed.RecipientRef$
-
public class RecipientRef$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static RecipientRef$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RecipientRef$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> RecipientRef.RecipientRefOps<T>
RecipientRefOps(RecipientRef<T> ref)
-
-
-
Field Detail
-
MODULE$
public static final RecipientRef$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
RecipientRefOps
public final <T> RecipientRef.RecipientRefOps<T> RecipientRefOps(RecipientRef<T> ref)
-
-