implicit final class MonadicOpExt extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MonadicOpExt
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def actionEffectType: SafeType
- Annotations
- @inline()
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def isEffect[F[_]](implicit arg0: TagK[F]): Boolean
- Annotations
- @inline()
- def isIncompatibleEffectType[F[_]](implicit arg0: TagK[F]): Boolean
- Annotations
- @inline()
- def provisionerEffectType[F[_]](implicit arg0: TagK[F]): SafeType
- Annotations
- @inline()
- def throwOnIncompatibleEffectType[F[_]]()(implicit arg0: TagK[F]): Either[ProvisionerIssue, Unit]
- Annotations
- @inline()