Class BehaviorImpl.ContextAs<T>
- java.lang.Object
-
- scala.AnyVal
-
- org.apache.pekko.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()booleanequals(java.lang.Object x$1)inthashCode()
-
-
-
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:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Overrides:
equalsin classjava.lang.Object
-
-