get

operator fun <D : DataClass<*, *, *>> Iterable<D>.get(objectId: String): D?

Gets an element from the Iterable.

Author

Arnau Mora

Since

20210724

Return

The object you are searching for, or null if not found.

Parameters

objectId

The id of the object to search for.