Class CachedProps$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function3<Props,​Props,​java.lang.Object,​akka.actor.typed.internal.CachedProps>

    public class CachedProps$
    extends scala.runtime.AbstractFunction3<Props,​Props,​java.lang.Object,​akka.actor.typed.internal.CachedProps>
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      CachedProps$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.actor.typed.internal.CachedProps apply​(Props typedProps, Props adaptedProps, boolean rethrowTypedFailure)  
      java.lang.String toString()  
      scala.Option<scala.Tuple3<Props,​Props,​java.lang.Object>> unapply​(akka.actor.typed.internal.CachedProps x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction3

        curried, tupled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.Function3

        apply
    • Field Detail

      • MODULE$

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

      • CachedProps$

        public CachedProps$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function3<Props,​Props,​java.lang.Object,​akka.actor.typed.internal.CachedProps>
        Overrides:
        toString in class scala.runtime.AbstractFunction3<Props,​Props,​java.lang.Object,​akka.actor.typed.internal.CachedProps>
      • apply

        public akka.actor.typed.internal.CachedProps apply​(Props typedProps,
                                                           Props adaptedProps,
                                                           boolean rethrowTypedFailure)
      • unapply

        public scala.Option<scala.Tuple3<Props,​Props,​java.lang.Object>> unapply​(akka.actor.typed.internal.CachedProps x$0)