Package akka.actor.typed.internal
Class BehaviorImpl.ContextAs$
- java.lang.Object
-
- akka.actor.typed.internal.BehaviorImpl.ContextAs$
-
- Enclosing class:
- BehaviorImpl
public static class BehaviorImpl.ContextAs$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static BehaviorImpl.ContextAs$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ContextAs$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <U,T>
TypedActorContext<U>as$extension(BehaviorImpl.ContextAs<T> $this)
<T> boolean
equals$extension(BehaviorImpl.ContextAs<T> $this, java.lang.Object x$1)
<T> int
hashCode$extension(BehaviorImpl.ContextAs<T> $this)
-
-
-
Field Detail
-
MODULE$
public static final BehaviorImpl.ContextAs$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
as$extension
public final <U,T> TypedActorContext<U> as$extension(BehaviorImpl.ContextAs<T> $this)
-
hashCode$extension
public final <T> int hashCode$extension(BehaviorImpl.ContextAs<T> $this)
-
equals$extension
public final <T> boolean equals$extension(BehaviorImpl.ContextAs<T> $this, java.lang.Object x$1)
-
-