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