Package com.clevercloud.biscuit.datalog
Class Fact
- java.lang.Object
-
- com.clevercloud.biscuit.datalog.Fact
-
- All Implemented Interfaces:
Serializable
public final class Fact extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static io.vavr.control.Either<Error.FormatError,Fact>deserializeV2(Schema.FactV2 fact)booleanequals(Object o)inthashCode()booleanmatch_predicate(Predicate rule_predicate)Predicatepredicate()Schema.FactV2serialize()StringtoString()
-
-
-
Method Detail
-
predicate
public final Predicate predicate()
-
match_predicate
public boolean match_predicate(Predicate rule_predicate)
-
serialize
public Schema.FactV2 serialize()
-
deserializeV2
public static io.vavr.control.Either<Error.FormatError,Fact> deserializeV2(Schema.FactV2 fact)
-
-