ResponseT2Constructors
edomata.core.ResponseT2Constructors
Attributes
- Source
- ResponseT.scala
- Graph
-
- Supertypes
- Known subtypes
-
object ResponseT.type
Members list
Value members
Concrete methods
constructs a program with given decision
constructs a program that publishes given notifications
constructs a program that outputs a pure value
constructs a program that rejects with given rejections
a program with trivial output
def validate[RES[_], R, T](validation: ValidatedNec[R, T])(using F: MonadError[RES, Type[R]]): ResponseT[RES, R, Nothing, T]
Constructs a program that uses a validation to decide whether to output a value or reject with error(s)
Constructs a program that uses a validation to decide whether to output a value or reject with error(s)
Attributes
- Source
- ResponseT.scala
In this article