Companion
Functions
Link copied to clipboard
@Contract(value = "false, _ -> fail" )
Content copied to clipboard
Check that the condition is true, otherwise throw a GraphPreconditionFailure with the given message.
Link copied to clipboard
@Contract(value = "null, _ -> fail" )
Content copied to clipboard
Check that the object is not null, otherwise throw a GraphPreconditionFailure with the given message.