Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Add ability to combine more than 2 operators #77

Open
jcornaz opened this issue Sep 21, 2019 · 0 comments
Open

Add ability to combine more than 2 operators #77

jcornaz opened this issue Sep 21, 2019 · 0 comments

Comments

@jcornaz
Copy link
Owner

jcornaz commented Sep 21, 2019

Here is how it could look like:

val generator = Generator.combine(
  Generator.uuids(),
  Generator.strings(),
  Generator.strings(),
  Generator.naturalInts()
) { (id, firstName, lastName, age) ->
  Person(id, firstName, lastName, age)
}
@jcornaz jcornaz changed the title Add ability to combine an arbitrary number of existing operator Add ability to combine an arbitrary number of existing operators Sep 21, 2019
@jcornaz jcornaz added this to the 0.2 milestone Sep 21, 2019
@jcornaz jcornaz changed the title Add ability to combine an arbitrary number of existing operators Add ability to combine more than 2 operators Sep 23, 2019
@jcornaz jcornaz removed this from the 0.2 milestone Sep 30, 2019
@jcornaz jcornaz added this to the 0.3 milestone Nov 19, 2019
@jcornaz jcornaz removed this from the 0.3 milestone Dec 13, 2019
@jcornaz jcornaz removed the operator label Jan 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant