NodeConstraintValidator
Node Constraint validator
Attributes
- Graph
- Supertypes
Members list
Type members
Inherited types
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Checks all elements in a list If any of the elements fails, it fails
Checks all elements in a list If any of the elements fails, it fails
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Given a list of checks, return the list of values that pass It never fails (in case of failure, it ignores the value)
Given a list of checks, return the list of values that pass It never fails (in case of failure, it ignores the value)
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Given a computation check that returns a pair of value and a flag, returns the first value whose flag is true If none is true, returns the value of the computation parameter last
Given a computation check that returns a pair of value and a flag, returns the first value whose flag is true If none is true, returns the value of the computation parameter last
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Checks some values. Returns the first that passes or None
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attempts to execute a check
If it fails, applies thenPart
to the result, otherwise applies elsePart
to the error
Attempts to execute a check
If it fails, applies thenPart
to the result, otherwise applies elsePart
to the error
Attributes
- A
type returned by the computation
- B
type returned the the condition
- check
Computation to check
- elsePart
part to be executed when the check fails
- thenPart
part to be executed when it passes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Returns the list of values whose computation is successful
Returns the list of values whose computation is successful
Attributes
- A
type of values
- B
type returned by computation
- check
computation to check for each value
- ls
list of values
- Returns:
a computation with a list of pairs for whom the computation was successful
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
If c
is some value, applies check
, otherwise applies default
If c
is some value, applies check
, otherwise applies default
Attributes
- c
Optional value
- check
check function
- default
value in case there is no option
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Run a computation in a local environment. If the computation fails, return the result of calling safe
function over the current environment
Run a computation in a local environment. If the computation fails, return the result of calling safe
function over the current environment
Attributes
- c
computation to run
- f
environment
- safe
function to call if the computation fails
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker
Attributes
- Inherited from:
- ShExChecker