Skip to content

Tags: gojuno/koptional

Tags

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add RxJava 3 extensions (#33)

v1.6.0

Toggle v1.6.0's commit message
Hide component1() destructuring from Java consumers (#30)

I propose simple change that i think would be beneficial from the perspective of java consumers, namely annotating `component1()` function with kotlin's `@JvmSynthetic`

As a consequence method will become invisible from Java. Long story short i think it's rather unneccesary to pollute java with a method that quite frankly doesn't say anything for them as the concept of kotlin's destructuring is simply not there. For getting actual values there is `toNullable` already so i don't see a point

Right now it looks like this:

![koptional-in-java](https://user-images.githubusercontent.com/2744747/43391846-106b5ac8-93f2-11e8-9701-5f9d6940eef8.png)

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Destructuring refinements. (#26)

Addresses remaining feedback of PR #20.

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Kotlin 1.1.1 → 1.2.41. (#23)

* Update Kotlin 1.1.1 → 1.2.41.

* jvmTarget 1.8 for reactor tests.

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Split usage samples in README into sections. (#15)

v1.2.0

Toggle v1.2.0's commit message
Add filterSome and filterNone extensions for Flowable, Maybe and Sing…

…le. (#12)

v1.1.0

Toggle v1.1.0's commit message
Add explanation behind absence of functions like map(), getOrElse(). (#6

)

v1.0.0

Toggle v1.0.0's commit message
Add RxJava2 extensions for Observable. (#2)