InDecisive
Attributes
- Source
- Decision.scala
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Decision
- Source
- Decision.scala
Attributes
- Inherited from:
- Decision
- Source
- Decision.scala
Asserts output using an Either without changing it
Asserts output using an Either without changing it
Attributes
- Inherited from:
- Decision
- Source
- Decision.scala
Asserts output using an EitherNec without changing it
Asserts output using an EitherNec without changing it
Attributes
- Inherited from:
- Decision
- Source
- Decision.scala
Asserts output using a ValidatedNec without changing it
Asserts output using a ValidatedNec without changing it
Attributes
- Inherited from:
- Decision
- Source
- Decision.scala
binds another decision to this one, creates a new decision
binds another decision to this one, creates a new decision
Attributes
- Inherited from:
- Decision
- Source
- Decision.scala
Attributes
- Inherited from:
- Decision
- Source
- Decision.scala
whether is accepted or not
whether is rejected or not
creates a new decision that changes the output value of this one
creates a new decision that changes the output value of this one
Attributes
- Inherited from:
- Decision
- Source
- Decision.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Ignores events and creates an Either
Ignores events and errors and creates an Option that contains program output
Ignores events and errors and creates an Option that contains program output
Attributes
- Inherited from:
- Decision
- Source
- Decision.scala
Ignores events and creates a ValidatedNec
Validates output using an Either
Validates output using an EitherNec
Validates output using a ValidatedNec
traverses this decision, run fr if there are errors and runs fa if there is some output
traverses this decision, run fr if there are errors and runs fa if there is some output
Attributes
- Inherited from:
- Decision
- Source
- Decision.scala
Ignores output value