trait KernelTypes extends Any
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- KernelTypes
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type AnyK[_] = Any
- type ApplicativeThrow[F[_]] = ApplicativeError[F, Throwable]
- type BlockExec[F[_]] = ScopedExecute[Blocking, F]
- final type Blocks[F[_]] = Scoped[Blocking, F]
- type CalcExec[F[_]] = ScopedExecute[Calculation, F]
- type Calculates[F[_]] = Scoped[Calculation, F]
- type Catches[F[_]] = Handle[F, Throwable]
- type Execute[F[_]] = ScopedExecute[Main, F]
- type In[C, F[_]] = WithContext[F, C]
- type MonadThrow[F[_]] = MonadError[F, Throwable]
- type Perform[F[_], E] = PerformVia[F, [β$0$](Exit[E, β$0$]) ⇒ Unit, Unit]
- type PerformCont[Ex[_], A] = (Ex[A]) ⇒ Unit
- type PerformExitCont[E, A] = (Exit[E, A]) ⇒ Unit
- type PerformOf[F[_], Ex[_]] = PerformVia[F, [β$0$](Ex[β$0$]) ⇒ Unit, Unit]
- type PerformThrow[F[_]] = PerformVia[F, [β$0$](Exit[Throwable, β$0$]) ⇒ Unit, Unit]
- type TConst[A, B] = A
- type Throws[F[_]] = Raise[F, Throwable]
- type Tries[F[_]] = Errors[F, Throwable]
-
type
HasContext[F[_], C] = Context[F] { type Ctx = C }
- Annotations
- @deprecated
- Deprecated
(Since version 0.10.3) Use WithContext instead
-
type
HasContextRun[F[_], G[_], C] = WithRun[F, G, C]
- Annotations
- @deprecated
- Deprecated
(Since version 0.10.3) Use WithRun instead
-
type
HasLocal[F[_], C] = Local[F] { type Ctx = C }
- Annotations
- @deprecated
- Deprecated
(Since version 0.10.3) Use WithLocal instead
-
type
HasProvide[F[_], G[_], C] = WithProvide[F, G, C]
- Annotations
- @deprecated
- Deprecated
(Since version 0.10.3) Use WithProvide instead
Abstract Value Members
-
abstract
def
getClass(): Class[_]
- Definition Classes
- Any
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
equals(arg0: Any): Boolean
- Definition Classes
- Any
-
def
hashCode(): Int
- Definition Classes
- Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any