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