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