AppLogicInterpreter

com.geirolz.app.toolkit.AppLogicInterpreter
See theAppLogicInterpreter companion object
sealed trait AppLogicInterpreter[F[_], R[_], FAILURE]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def interpret[T](appLogic: Resource[F, Either[FAILURE, F[Either[NonEmptyList[FAILURE], T]]]]): Resource[F, F[R[T]]]
def isSuccess[T](value: R[T]): Boolean