Uses of Class
com.clevercloud.biscuit.datalog.MatchedVariables
-
Packages that use MatchedVariables Package Description com.clevercloud.biscuit.datalog Implementation of the Datalog engine for the check language -
-
Uses of MatchedVariables in com.clevercloud.biscuit.datalog
Methods in com.clevercloud.biscuit.datalog that return MatchedVariables Modifier and Type Method Description MatchedVariablesMatchedVariables. clone()Methods in com.clevercloud.biscuit.datalog that return types with arguments of type MatchedVariables Modifier and Type Method Description io.vavr.control.Option<MatchedVariables>Combinator. next()Constructors in com.clevercloud.biscuit.datalog with parameters of type MatchedVariables Constructor Description Combinator(MatchedVariables variables, List<Predicate> predicates, List<Expression> expressions, Set<Fact> all_facts, SymbolTable symbols)
-