gojuno / koptional

Minimalistic Optional type for Kotlin that tries to fit its null-safe type system as smooth as possible.
Apache License 2.0
289 stars 21 forks source link

Single implementation for component1() #29

Closed pakoito closed 6 years ago

pakoito commented 6 years ago

Creating PR for CI to see if covariance is kept for component1() in Some

pakoito commented 6 years ago

Okay it needs the abstract stuff.