class Interpreters[M[_], C] extends AnyRef
- Alphabetic
- By Inheritance
- Interpreters
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Interpreters()(implicit A: ApplicativeError[M, Throwable], C: Capture[M], httpClientImpl: HttpRequestBuilderExtension[C, M])
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
-
def
activityOpsInterpreter: ~>[ActivityOp, K]
Lifts Activity Ops to an effect capturing Monad such as Task via natural transformations
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
authOpsInterpreter: ~>[AuthOp, K]
Lifts Auth Ops to an effect capturing Monad such as Task via natural transformations
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
gistOpsInterpreter: ~>[GistOp, K]
Lifts Gist Ops to an effect capturing Monad such as Task via natural transformations
-
def
gitDataOpsInterpreter: ~>[GitDataOp, K]
Lifts Git Ops to an effect capturing Monad such as Task via natural transformations
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit def interpreters(implicit A: MonadError[M, Throwable]): ~>[GitHub4s, K]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
issueOpsInterpreter: ~>[IssueOp, K]
Lifts Issue Ops to an effect capturing Monad such as Task via natural transformations
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
organizationOpsInterpreter: ~>[OrganizationOp, K]
Lifts Organization Ops to an effect capturing Monad such as Task via natural transformations
-
def
pullRequestOpsInterpreter: ~>[PullRequestOp, K]
Lifts PullRequest Ops to an effect capturing Monad such as Task via natural transformations
-
def
repositoryOpsInterpreter: ~>[RepositoryOp, K]
Lifts Repository Ops to an effect capturing Monad such as Task via natural transformations
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
userOpsInterpreter: ~>[UserOp, K]
Lifts User Ops to an effect capturing Monad such as Task via natural transformations
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )