Class AdaptMessage$
java.lang.Object
org.apache.pekko.actor.typed.internal.AdaptMessage$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AdaptMessage$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
AdaptMessage$
public AdaptMessage$()
-
-
Method Details
-
toString
-
apply
public <U,T> org.apache.pekko.actor.typed.internal.AdaptMessage<U,T> apply(U message, scala.Function1<U, T> adapter) -
unapply
public <U,T> scala.Option<scala.Tuple2<U,scala.Function1<U, unapplyT>>> (org.apache.pekko.actor.typed.internal.AdaptMessage<U, T> x$0)
-