Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

.also(TailProducer) should return a TailProducer #421

Closed
johnynek opened this issue Jan 19, 2014 · 4 comments
Closed

.also(TailProducer) should return a TailProducer #421

johnynek opened this issue Jan 19, 2014 · 4 comments

Comments

@johnynek
Copy link
Collaborator

Does not now.

@johnynek
Copy link
Collaborator Author

Maybe something like:

  // use the DummyImplicit to disambiguate also with and without the tail
  def also[T](thattail: TailProducer[P, T])(implicit dummy: DummyImplicit): TailProducer[P, T] = AlsoTail(this, thattail)

@ianoc
Copy link
Collaborator

ianoc commented Jan 19, 2014

I wonder can we do the new AlsoProducer with TailProducer here?

@ianoc
Copy link
Collaborator

ianoc commented Jan 20, 2014

No we can't, gets un-exhaustive match warnings...

@ianoc
Copy link
Collaborator

ianoc commented Jan 23, 2014

fixed by #423

@ianoc ianoc closed this as completed Jan 23, 2014
snoble pushed a commit to snoble/summingbird that referenced this issue Sep 8, 2017
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants