apoc.util
| Qualified Name | Type | 
|---|---|
| apoc.util.sleep(<duration>) | sleeps for <duration> millis, transaction termination is honored | Procedure | 
| apoc.util.validate(predicate, message, params) | if the predicate yields to true raise an exception | Procedure | 
| apoc.util.md5([values]) | computes the md5 of the concatenation of all string values of the list | Function | 
| apoc.util.sha1([values]) | computes the sha1 of the concatenation of all string values of the list | Function | 
| apoc.util.sha256([values]) | computes the sha256 of the concatenation of all string values of the list | Function | 
| apoc.util.sha384([values]) | computes the sha384 of the concatenation of all string values of the list | Function | 
| apoc.util.sha512([values]) | computes the sha512 of the concatenation of all string values of the list | Function |