Search code examples
Map a set of Arrow-KT Either's to a data class...

kotlinarrow-kt

Read More
Not enough information to infer type argument for 'Error' using Raise context receiver since...

kotlinarrow-kt

Read More
Parsing NonEmptyList directly from JSON...

kotlinktorkotlinx.serializationarrow-kt

Read More
In Arrow Kotlin, what's the replacement for deprecated sequence?...

kotlinarrow-kt

Read More
Transforming a Spring Webflux Mono to an Either, preferably without blocking?...

kotlinspring-webfluxproject-reactorarrow-kt

Read More
Modify property of sealed interface...

kotlinarrow-kt

Read More
Mocking a service that uses a context receiver Raise<BusinessError> using Mockito...

kotlinmockitoarrow-ktkotlin-context-receivers

Read More
How can we use context receivers and Arrow 1.2.0 parZipOrAccumulate? No required context receiver fo...

kotlinarrow-kt

Read More
Can't bind when accumulating errors into a Nel<ApplicationError> using Arrow 1.2.0 parZipO...

kotlinarrow-kt

Read More
How to test Either from Arrow in functional style...

junitkotlinfunctional-programmingeitherarrow-kt

Read More
Kotlin Arrow EffectScope.shift() implementation throws exception?...

kotlinarrow-kteffect-systems

Read More
Convert java Optional to Kotlin Arrow Option...

kotlinarrow-kt

Read More
How do you add/remove an element of immutable list using Arrow Optics?...

lensesarrow-kt

Read More
The Reader Monad in Kotlin with arrow-kt...

kotlinmonadsarrow-ktreader-monad

Read More
How can you paralellize the processing of File InputStreams in Kotlin / Arrow?...

kotlinkotlin-coroutinesarrow-kt

Read More
Are there elegant ways to turn a List into a NonEmptyList in kotlin and arrow?...

kotlinarrow-kt

Read More
Kotlin + Arrow-kt - why are my coroutines not cancelling properly?...

kotlinconcurrencykotlin-coroutinescancellationarrow-kt

Read More
Cut pairs with empty values from map...

kotlinarrow-kt

Read More
Arrow Analysis throws "NosuchMethod" exception...

arrow-kt

Read More
Kotlin - Infer type for one of two generic parameters...

kotlingenericsfunctional-programmingarrow-ktkotlin-reified-type-parameters

Read More
Kotlin Arrow - 'option' is deprecated. Deprecated in favor of the Effect or EagerEffect Runt...

kotlinarrow-kt

Read More
Arrow-Kt Fx vs Kotlin Coroutines...

kotlinkotlin-coroutinesarrow-kt

Read More
how to configure ksp in my android gradle groovy dsl build files...

androidarrow-ktkotlin-symbol-processing

Read More
Why does `EffectScope.shift` need the type parameter `B`?...

kotlingenericsarrow-kt

Read More
arrow validation more then 10 fields...

kotlinvalidationarrow-kt

Read More
Mixing Eithers and other exceptions inside an either.eager...

arrow-kt

Read More
Is there any reason to use suspend fun fn(...): Either<Throwable, A> instead of suspend fun fn...

kotlinarrow-kt

Read More
Which should we choose between Effect and Either as a return type of our business services?...

kotlinarrow-kt

Read More
How to use Either monad and avoid nested flatMap...

kotlinfunctional-programmingarrow-kt

Read More
Why use Arrow's Options instead of Kotlin nullable...

kotlinfunctional-programmingarrow-kt

Read More
BackNext