findOrNull abstract method

T? findOrNull()

Find the instance (returns null if not found)

Implementation

T? findOrNull();