final
class
ActionKOps[A] extends AnyVal
Instance Constructors
-
new
ActionKOps(self: ActionK[A])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
getClass(): Class[_ <: AnyVal]
-
def
interpret: \/[ErrorNel, A]
-
def
interpretWith(conf: Config): \/[ErrorNel, A]
-
final
def
isInstanceOf[T0]: Boolean
-
-
def
toString(): String
-
def
zip[B](that: ActionK[B]): ActionK[(A, B)]
-
def
zipWith[B, C](that: ActionK[B])(f: (A, B) ⇒ C): ActionK[C]
Inherited from AnyVal
Inherited from NotNull
Inherited from Any