Uses of Class
org.biscuitsec.biscuit.datalog.expressions.Op.UnaryOp
-
Packages that use Op.UnaryOp Package Description org.biscuitsec.biscuit.datalog.expressions -
-
Uses of Op.UnaryOp in org.biscuitsec.biscuit.datalog.expressions
Methods in org.biscuitsec.biscuit.datalog.expressions that return Op.UnaryOp Modifier and Type Method Description Op.UnaryOpOp.Unary. getOp()static Op.UnaryOpOp.UnaryOp. valueOf(String name)Returns the enum constant of this type with the specified name.static Op.UnaryOp[]Op.UnaryOp. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.biscuitsec.biscuit.datalog.expressions with parameters of type Op.UnaryOp Constructor Description Unary(Op.UnaryOp op)
-