Kotlin Tuple

Generates type-safe Tuple utilities for Kotlin and Kotlin Multiplatform projects. Creates Tuple data classes, tupleOf factories, toList conversion, KSerializer for kotlinx.serialization, type-safe awaitAll, a Result-returning awaitAllCatching, and allNotNullOrNull in one go. Use when requested: "add Tuple", "generate tupleOf", "type-safe Tuple", "type-safe awaitAll", "add allNotNullOrNull", "await multiple Deferred with type safety", "run parallel tasks without one failure cancelling the rest", "awaitAll returning Result", "null-check multiple nullable values at once". For Kotlin/KMP projects where Pair/Triple is not enough for multi-element grouping.

tbsten e751fe2 18 files · 230.6 KB Updated

File contents

tbsten/skills/tree/main/skills/kotlin-tuple commit e751fe2864

Frequently asked questions

npx skillmds@latest add tbsten/kotlin-tuple