Block or Report
Block or report antonshilov
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
-
1
/**
2* Kotlin extension function for nullable types to cast them to non-null or get a default value
3*/
4public inline fun <T> T?.or(default: T): T = this ?: default
-
1
package com.antonshilov.rxextensions
23import io.reactivex.Single
45fun <T, R> Single<T>.doOnErrorAndRetry(action: Single<R>): Single<T> =
40 contributions in the last year
Less
More
Activity overview
Contributed to
bumble-tech/appyx,
antonshilov/ComposeAnimations,
bumptech/glide
and 1 other
repository
Contribution activity
June 2023
antonshilov has no activity
yet for this period.