Uses of Class
com.clevercloud.biscuit.datalog.expressions.Op.UnaryOp
-
Packages that use Op.UnaryOp Package Description com.clevercloud.biscuit.datalog.expressions -
-
Uses of Op.UnaryOp in com.clevercloud.biscuit.datalog.expressions
Methods in com.clevercloud.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 com.clevercloud.biscuit.datalog.expressions with parameters of type Op.UnaryOp Constructor Description Unary(Op.UnaryOp op)
-