object AssociativeEither
- Alphabetic
- By Inheritance
- AssociativeEither
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit
val
ChunkIdentityEither: IdentityEither[Chunk]
The
IdentityEither
instance forChunk
. -
implicit
def
EitherAssociativeEither[L]: AssociativeEither[[+r]Either[L, r]]
The
AssociativeEither
instance forEither
. -
implicit
def
EitherFailedAssociativeEither[R]: AssociativeEither[[+l]Type[Either[l, R]]]
The
AssociativeEither
instance for a failedEither
-
implicit
def
ExitAssociativeEither[E]: AssociativeEither[[+a]Exit[E, a]]
The
AssociativeEither
instance forExit
. -
implicit
def
ExitFailureAssociativeEither[A]: AssociativeEither[[+e]Type[Exit[e, A]]]
The
AssociativeEither
instance for failedExit
. -
implicit
def
FiberAssociativeEither[E]: AssociativeEither[[+a]Fiber[E, a]]
The
AssociativeEither
instance forFiber
. -
implicit
def
FutureAssociativeEither(implicit ec: ExecutionContext): AssociativeEither[Future]
The
AssociativeEither
instance forFuture
. -
implicit
val
ListIdentityEither: IdentityEither[List]
The
IdentityEither
instance forList
. -
implicit
val
OptionIdentityEither: IdentityEither[Option]
The
IdentityEither
(andAssociativeEither
) instance forOption
. -
implicit
def
ScheduleAssociativeEither[R, E]: AssociativeEither[[+a]Schedule[R, E, a]]
The
AssociativeEither
instance forSchedule
. -
implicit
val
SetCommutativeEitherIdentityEither: CommutativeEither[Set] with IdentityEither[Set]
The
CommutativeEither
andIdentityEither
instance forSet
. -
implicit
val
TryAssociativeEither: AssociativeEither[Try]
The
AssociativeEither
instance forTry
. -
implicit
val
VectorIdentityEither: IdentityEither[Vector]
The
IdentityEither
instance forVector
. -
implicit
def
ZIOAssociativeEither[R, E]: AssociativeEither[[+a]ZIO[R, E, a]]
The
AssociativeEither
instance forZIO
. -
implicit
def
ZIOFailureAssociativeEither[R, A]: AssociativeEither[[+e]Type[ZIO[R, e, A]]]
The
AssociativeEither
instance for failedZIO
. -
implicit
def
ZStreamAssociativeEither[R, E]: AssociativeEither[[+a]ZStream[R, E, a]]
The
AssociativeEither
instance forZStream
. -
implicit
def
ZStreamFailureAssociativeEither[R, A]: AssociativeEither[[+e]Type[ZStream[R, e, A]]]
The
AssociativeEither
instance for failedZStream
. -
def
apply[F[_]](implicit associativeEither: AssociativeEither[F]): AssociativeEither[F]
Summons an implicit
AssociativeEither[F]
. -
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )