-
public final class XStateFlow<T extends Object>Author: bin.yang Maintainer: bin.yang Date: 2021/10/20 Copyright: 2021 Inc. All rights reserved. Desc:
-
-
Constructor Summary
Constructors Constructor Description XStateFlow(StateFlow<T> flow)
-
Method Summary
Modifier and Type Method Description final Unitcollect(FlowCollector<T> collector)final UnitcollectLatest(SuspendFunction1<T, Unit> action)final Unitfirst(SuspendFunction1<T, Boolean> predicate)final TgetValue()
-