Package akka.actor.typed.internal
Class AdaptWithRegisteredMessageAdapter$
- java.lang.Object
-
- akka.actor.typed.internal.AdaptWithRegisteredMessageAdapter$
-
- All Implemented Interfaces:
java.io.Serializable
public class AdaptWithRegisteredMessageAdapter$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AdaptWithRegisteredMessageAdapter$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description AdaptWithRegisteredMessageAdapter$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <U> akka.actor.typed.internal.AdaptWithRegisteredMessageAdapter<U>
apply(U msg)
java.lang.String
toString()
<U> scala.Option<U>
unapply(akka.actor.typed.internal.AdaptWithRegisteredMessageAdapter<U> x$0)
-
-
-
Field Detail
-
MODULE$
public static final AdaptWithRegisteredMessageAdapter$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
apply
public <U> akka.actor.typed.internal.AdaptWithRegisteredMessageAdapter<U> apply(U msg)
-
unapply
public <U> scala.Option<U> unapply(akka.actor.typed.internal.AdaptWithRegisteredMessageAdapter<U> x$0)
-
-