Package akka.actor.typed.internal
Class BehaviorImpl.ContextAs<T>
- java.lang.Object
-
- scala.AnyVal
-
- akka.actor.typed.internal.BehaviorImpl.ContextAs<T>
-
- Enclosing class:
- BehaviorImpl
public static class BehaviorImpl.ContextAs<T> extends scala.AnyVal
-
-
Constructor Summary
Constructors Constructor Description ContextAs(TypedActorContext<T> ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <U> TypedActorContext<U>
as()
TypedActorContext<T>
ctx()
boolean
equals(java.lang.Object x$1)
int
hashCode()
-
-
-
Constructor Detail
-
ContextAs
public ContextAs(TypedActorContext<T> ctx)
-
-
Method Detail
-
ctx
public TypedActorContext<T> ctx()
-
as
public <U> TypedActorContext<U> as()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Overrides:
equals
in classjava.lang.Object
-
-