Validate object is not displayed (fast)?

Hi,

Is there a fast way (faster than try{ object.isDisplayed()} catch … ) ?

For example, is there any way to try and find the object for X seconds, and then stop (throwing an exception).

Thanks!