Class AdaptWithRegisteredMessageAdapter$

  • All Implemented Interfaces:
    java.io.Serializable

    public class AdaptWithRegisteredMessageAdapter$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AdaptWithRegisteredMessageAdapter$

        public AdaptWithRegisteredMessageAdapter$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.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)