intersects
abstract fun intersects(otherLocation: SimpleLocatorData, onSuccess: (Boolean) -> Unit, onError: (ColibrioException) -> Unit)
Check if this ContentLocation intersects with another locator.
abstract fun intersects(otherLocation: ReaderPublicationNavigationItem, onSuccess: (Boolean) -> Unit, onError: (ColibrioException) -> Unit)
abstract suspend fun intersects(otherLocation: ReaderPublicationNavigationItem): ColibrioResult<Boolean>
Check if this ContentLocation intersects with another navigation item.