fromUser

inline fun <T : FromUser> Flow<T>.fromUser(userId: UserId): Flow<T>

Return

Flow with the FromUser.user field User.id the same as userId


inline fun <T : FromUser> Flow<T>.fromUser(user: User): Flow<T>

Return

Flow with the FromUser.user field User.id the same as user