Sap v0.1.0 Sap.Combinators.ControlFlow View Source
Request filters for controlling how a Sap decision tree finds a success path
Link to this section Summary
Link to this section Functions
Link to this function
choose(parts)
View Source
choose([Sap.Combinators.combinator()]) :: Sap.Combinators.combinator()
Allows for multiple options at a decision tree node. choose/1
combinators
can be nested to create multiple decision paths.
Filters out requests that do not match a given path
. The filter depends
on an exact match of the requested path and does not yet support
capturing path segments.