get

operator fun Flow<Set<BeaconInfo>>.get(identifier: Identifier): Flow<BeaconInfo?>

Gets a (Flow of) BeaconInfo from the Flow of a collection of BeaconInfo

Return

a Flow containing the BeaconInfo matching Identifier if available

Parameters

identifier

the Identifier of the BeaconInfo to get