AppLogicInterpreter

com.geirolz.app.toolkit.AppLogicInterpreter
See theAppLogicInterpreter companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[F[_], R[_], FAILURE](using i: AppLogicInterpreter[F, R, FAILURE]): AppLogicInterpreter[F, R, FAILURE]

Givens

Givens

given given_AppLogicInterpreter_F_Either_FAILURE[F[_] : Applicative, FAILURE]: AppLogicInterpreter[F, [_] =>> Either[NonEmptyList[FAILURE], _$7], FAILURE]
given given_AppLogicInterpreter_F_X_NoFailure[F[_] : MonadThrow]: AppLogicInterpreter[F, [X] =>> X, NoFailure]