Class AdaptMessage$

java.lang.Object
org.apache.pekko.actor.typed.internal.AdaptMessage$
All Implemented Interfaces:
Serializable

public class AdaptMessage$ extends Object implements Serializable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final AdaptMessage$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <U, T> org.apache.pekko.actor.typed.internal.AdaptMessage<U,T>
    apply(U message, scala.Function1<U,T> adapter)
     
    final String
     
    <U, T> scala.Option<scala.Tuple2<U,scala.Function1<U,T>>>
    unapply(org.apache.pekko.actor.typed.internal.AdaptMessage<U,T> x$0)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • MODULE$

      public static final AdaptMessage$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • AdaptMessage$

      public AdaptMessage$()
  • Method Details

    • toString

      public final String toString()
      Overrides:
      toString in class Object
    • 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,T>>> unapply(org.apache.pekko.actor.typed.internal.AdaptMessage<U,T> x$0)