Package akka.actor.testkit.typed
Class Effect.SpawnedAnonymousAdapter<T>
- java.lang.Object
-
- akka.actor.testkit.typed.Effect
-
- akka.actor.testkit.typed.Effect.SpawnedAnonymousAdapter<T>
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- Effect
public static final class Effect.SpawnedAnonymousAdapter<T> extends Effect implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class akka.actor.testkit.typed.Effect
Effect.MessageAdapter<A,T>, Effect.MessageAdapter$, Effect.NoEffects, Effect.NoEffects$, Effect.ReceiveTimeoutCancelled, Effect.ReceiveTimeoutCancelled$, Effect.ReceiveTimeoutSet<T>, Effect.ReceiveTimeoutSet$, Effect.Scheduled<U>, Effect.Scheduled$, Effect.Spawned<T>, Effect.Spawned$, Effect.SpawnedAdapter<T>, Effect.SpawnedAdapter$, Effect.SpawnedAnonymous<T>, Effect.SpawnedAnonymous$, Effect.SpawnedAnonymousAdapter<T>, Effect.SpawnedAnonymousAdapter$, Effect.Stopped, Effect.Stopped$, Effect.Unwatched<T>, Effect.Unwatched$, Effect.Watched<T>, Effect.Watched$, Effect.WatchedWith<U,T>, Effect.WatchedWith$
-
-
Constructor Summary
Constructors Constructor Description SpawnedAnonymousAdapter(ActorRef<T> ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canEqual(java.lang.Object o)
boolean
equals(java.lang.Object other)
int
hashCode()
int
productArity()
scala.runtime.Nothing$
productElement(int n)
scala.collection.Iterator<?>
productIterator()
java.lang.String
productPrefix()
ActorRef<T>
ref()
java.lang.String
toString()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Specified by:
equals
in interfacescala.Equals
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
-
productIterator
public scala.collection.Iterator<?> productIterator()
- Specified by:
productIterator
in interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArity
in interfacescala.Product
-
productElement
public scala.runtime.Nothing$ productElement(int n)
- Specified by:
productElement
in interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object o)
- Specified by:
canEqual
in interfacescala.Equals
-
-