Skip to content

Instantly share code, notes, and snippets.

@Nillerr
Created May 20, 2021 19:21
Show Gist options
  • Save Nillerr/1363d50446ad476648e802f06c2c9aea to your computer and use it in GitHub Desktop.
Save Nillerr/1363d50446ad476648e802f06c2c9aea to your computer and use it in GitHub Desktop.
AnyFlow<T>
class AnyFlow<T>(source: Flow<T>): Flow<T> by source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment