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