sealed-class topic

List sealed-class repositories

sealedx

316
Stars
11
Forks
Watchers

🎲 Kotlin Symbol Processor that auto-generates extensive sealed classes and interfaces for Android and Kotlin.

The-MVVM-Template-2022

25
Stars
6
Forks
Watchers

Clean MVVM with eliminating the usage of context from view models by introducing hilt for DI and sealed classes for displaying Errors in views using shared flows (one time event), and Stateflow for da...

SealedObjectInstances

26
Stars
0
Forks
Watchers

A Kotlin Symbol Processor to list sealed object instances.

dart_sealed

17
Stars
9
Forks
Watchers

Dart and Flutter sealed class generator and annotations, with match methods and other utilities. There is also super_enum compatible API.

phpstan-sealed-classes

30
Stars
0
Forks
Watchers

PHPStan extension for sealed classes and interfaces.

sealed-typing-pep

20
Stars
0
Forks
Watchers

A PEP to add a `@sealed` typing decorator to Python

In this project , we will build a simple application ,where we fetch data from the server and show into recyclerview with the help of MVVM patter, Dagger-hilt , Retrofit, StateFlow , Sealed Class and...

KotlinAlchemy

246
Stars
22
Forks
Watchers

⚗️ 𝚃𝚑𝚒𝚜 𝚙𝚛𝚘𝚓𝚎𝚌𝚝 𝚌𝚘𝚗𝚝𝚊𝚒𝚗𝚜 𝚟𝚊𝚛𝚒𝚘𝚞𝚜 𝚌𝚘𝚗𝚌𝚎𝚙𝚝𝚜 𝚊𝚗𝚍 𝚕𝚎𝚊𝚛𝚗𝚒𝚗𝚐𝚜 𝚘𝚏 𝚔𝚘𝚝𝚕𝚒𝚗 𝚞𝚜𝚎𝚍 𝚏𝚘𝚛 𝚊𝚗𝚍𝚛𝚘𝚒𝚍 𝚍𝚎𝚟𝚎𝚕𝚘𝚙𝚖𝚎𝚗𝚝

dichotomy

15
Stars
2
Forks
Watchers

Result, Either, Try, and Maybe monadic types for Java

Simplified polymorphic de/serialization of Java 17 sealed classes for Jackson