Skip to content

Instantly share code, notes, and snippets.

@SingularBunny
Created November 20, 2019 18:24
Show Gist options
  • Save SingularBunny/7f8216daf83c33f3bcee7894c51f29ec to your computer and use it in GitHub Desktop.
Save SingularBunny/7f8216daf83c33f3bcee7894c51f29ec to your computer and use it in GitHub Desktop.
val inputData = MemoryStream[Int]
val mapped = inputData.toDS().map(_ + 1)
testStream(mapped)(
AddData(inputData, 1, 2, 3),
CheckAnswer(2, 3, 4))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment