Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@marekklis
Copy link
Contributor

@marekklis marekklis commented Sep 10, 2019

#1219
New methods for ZSchedule:

def doWhileEquals[A](a: A): Schedule[A, A]
def doUntilEquals[A](a: A): Schedule[A, A]

@marekklis marekklis changed the title #1219 - add doUntilEquals and doWhileEquals methods Add doUntilEquals and doWhileEquals methods Sep 11, 2019
@marekklis
Copy link
Contributor Author

@jdegoes Could you take a look?

jdegoes
jdegoes previously approved these changes Sep 12, 2019
Copy link
Member

@jdegoes jdegoes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a useful addition!

@jdegoes
Copy link
Member

jdegoes commented Sep 12, 2019

@marekklis Looks great to me! Can you fix the conflicts, then we should be good to merge!

@marekklis
Copy link
Contributor Author

@jdegoes conflicts resolved

@ghostdogpr ghostdogpr merged commit 7d48a38 into zio:master Sep 13, 2019
@ghostdogpr
Copy link
Member

@marekklis Thanks!

@marekklis marekklis deleted the issue-1219 branch September 13, 2019 07:54
fsvehla pushed a commit to fsvehla/zio that referenced this pull request Sep 21, 2019
adamgfraser added a commit that referenced this pull request Nov 7, 2019
* implement permits

* make TRef state private

* prototype safe semaphore

* implement permits

* make TRef state private

* #1219 - add doUntilEquals and doWhileEquals methods (#1634)

* Update zio-interop-reactivestreams to 1.0.3.1-RC1 (#1665)

* Add ZStream#cross, crossWith, <*>, <*, *>, <&>, zipLeft, zipRight, <&,  &> (#1510)

* Add ZStrem#zip left and right operators and alias for all zip operators

* formatted code to make scalafmtCheck pass.

* change for <*> variants with flatmap and <&> with zipWith.

* adding crossWith and cross functions to ZStream.

* merge conflict change.

* formatted naming conventions.

* Update the encoding of ZSink (#1560)

* prototype safe semaphore

* cleanup

* uodate documentation

* address review comments

* cleanup

* add back and deprecate methods

* cleanup

* make method private
Twizty pushed a commit to Twizty/zio that referenced this pull request Nov 13, 2019
* implement permits

* make TRef state private

* prototype safe semaphore

* implement permits

* make TRef state private

* zio#1219 - add doUntilEquals and doWhileEquals methods (zio#1634)

* Update zio-interop-reactivestreams to 1.0.3.1-RC1 (zio#1665)

* Add ZStream#cross, crossWith, <*>, <*, *>, <&>, zipLeft, zipRight, <&,  &> (zio#1510)

* Add ZStrem#zip left and right operators and alias for all zip operators

* formatted code to make scalafmtCheck pass.

* change for <*> variants with flatmap and <&> with zipWith.

* adding crossWith and cross functions to ZStream.

* merge conflict change.

* formatted naming conventions.

* Update the encoding of ZSink (zio#1560)

* prototype safe semaphore

* cleanup

* uodate documentation

* address review comments

* cleanup

* add back and deprecate methods

* cleanup

* make method private
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants