Uses of Class
org.biscuitsec.biscuit.datalog.MatchedVariables
-
Packages that use MatchedVariables Package Description org.biscuitsec.biscuit.datalog Implementation of the Datalog engine for the check language -
-
Uses of MatchedVariables in org.biscuitsec.biscuit.datalog
Methods in org.biscuitsec.biscuit.datalog that return MatchedVariables Modifier and Type Method Description MatchedVariablesMatchedVariables. clone()Constructors in org.biscuitsec.biscuit.datalog with parameters of type MatchedVariables Constructor Description Combinator(MatchedVariables variables, List<Predicate> predicates, java.util.function.Supplier<java.util.stream.Stream<io.vavr.Tuple2<Origin,Fact>>> all_facts, SymbolTable symbols)
-