isBefore

abstract fun isBefore(otherLocation: SimpleLocatorData, onSuccess: (Boolean) -> Unit, onError: (ColibrioException) -> Unit)
abstract suspend fun isBefore(otherLocation: SimpleLocatorData): ColibrioResult<Boolean>

Check if this ContentLocation is strictly before the passed locator. Returns false if the locations are intersecting.