apoc.coll.containsAllSorted Function apoc.coll.containsAllSorted(coll, value) optimized contains-all on a sorted list operation (Collections.binarySearch) (returns single row or not) Signature apoc.coll.containsAllSorted(coll :: LIST? OF ANY?, values :: LIST? OF ANY?) :: (BOOLEAN?) Input parameters Name Type Default coll LIST? OF ANY? null values LIST? OF ANY? null More documentation of apoc.coll.containsAllSorted