assertk icon indicating copy to clipboard operation
assertk copied to clipboard

Add Assert<StateFlow>.value()

Open jzbrooks opened this issue 1 year ago • 1 comments

I write this function in most projects I touch to avoid having to repeat the generic parameter name every time I reference the value kprop via prop/having.

Not essential, but a handy convenience for a core bit of the Flow APIs.

jzbrooks avatar Dec 14 '24 16:12 jzbrooks

Can you add a simple test?

JakeWharton avatar Dec 14 '24 16:12 JakeWharton