DecisionConstructors
- Source:
- Decision.scala
Value members
Concrete methods
Constructs a program that decides to accept a sequence of events
Constructs a program that decides to accept a sequence of events
- Source:
- Decision.scala
Constructs a program that decides to accept a sequence of events and also returns an output
Constructs a program that decides to accept a sequence of events and also returns an output
- Source:
- Decision.scala
Constructs a program that decides to accept a sequence of events or do nothing based on a boolean predicate
Constructs a program that decides to accept a sequence of events or do nothing based on a boolean predicate
- Source:
- Decision.scala
Constructs a program that decides to accept an optional single event or do nothing
Constructs a program that decides to accept an optional single event or do nothing
- Source:
- Decision.scala
Constructs a program that decides to accept an optional single event or reject otherwise
Constructs a program that decides to accept an optional single event or reject otherwise
- Source:
- Decision.scala
Constructs a program that decides to accept an optional single event or reject otherwise
Constructs a program that decides to accept an optional single event or reject otherwise
- Source:
- Decision.scala
Constructs a program that decides to accept an optional single event or reject otherwise
Constructs a program that decides to accept an optional single event or reject otherwise
- Source:
- Decision.scala
Constructs a program that outputs a pure value
Constructs a program that outputs a pure value
- Source:
- Decision.scala
Constructs a program that either outputs a value or rejects
Constructs a program that either outputs a value or rejects
- Source:
- Decision.scala
Constructs a program that either outputs a value or rejects
Constructs a program that either outputs a value or rejects
You can also use .toDecision syntax for more convenience.
- Source:
- Decision.scala
Constructs a program from an optional value, that outputs value if exists or rejects otherwise
Constructs a program from an optional value, that outputs value if exists or rejects otherwise
You can also use .toDecision syntax for more convenience
- Source:
- Decision.scala
Constructs a program that outputs a pure value
Constructs a program that outputs a pure value
- Source:
- Decision.scala
Constructs a program that decides to reject with a sequence of reasons
Constructs a program that decides to reject with a sequence of reasons
- Source:
- Decision.scala
Constructs a program that decides to reject with a sequence of reasons if a predicate satisfies
Constructs a program that decides to reject with a sequence of reasons if a predicate satisfies
- Source:
- Decision.scala
Constructs a program that decides to reject with an optional single reason or do nothing otherwise
Constructs a program that decides to reject with an optional single reason or do nothing otherwise
- Source:
- Decision.scala
Constructs a program that outputs a trivial output
Constructs a program that outputs a trivial output
- Source:
- Decision.scala
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)
You can also use .toDecision syntax for more convenience
- Source:
- Decision.scala