object CurrentShardRegionState extends AbstractFunction1[Set[ShardState], CurrentShardRegionState] with Serializable
- Source
- ShardRegion.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CurrentShardRegionState
- Serializable
- AbstractFunction1
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def andThen[A](g: (CurrentShardRegionState) => A): (Set[ShardState]) => A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def apply(shards: Set[ShardState], failed: Set[ShardId]): CurrentShardRegionState
- def apply(shards: Set[ShardState]): CurrentShardRegionState
- Definition Classes
- CurrentShardRegionState → Function1
- def compose[A](g: (A) => Set[ShardState]): (A) => CurrentShardRegionState
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def toString(): String
- Definition Classes
- Function1 → AnyRef → Any
- def unapply(state: CurrentShardRegionState): Option[Set[ShardState]]