This interface represents a permission, such as that used to grant a particular type of access to a resource.
This interface represents a permission, such as that used to grant a particular type of access to a resource.
(equals this another)
Returns true if the object passed matches the permission represented in this interface.
another - the Permission object to compare with. - java.lang.Object
returns: true if the Permission objects are equal, false otherwise - boolean
Returns true if the object passed matches the permission represented in this interface. another - the Permission object to compare with. - `java.lang.Object` returns: true if the Permission objects are equal, false otherwise - `boolean`
(to-string this)
Prints a string representation of this permission.
returns: the string representation of the permission. - java.lang.String
Prints a string representation of this permission. returns: the string representation of the permission. - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close