Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Latest commit

 

History

History
3 lines (2 loc) · 415 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 415 Bytes

Uni combined with examples

This repo contains some examples that show Uni.combine().all(Uni<X>, Uni<Y>, Uni<Z>, ...).with(...) with different java classes and records that either contain boolean, String, int or List objects of the previous three mentioned types and some more complex objects that reuse other classes and records through inheritance and polymorphism (I think that is the correct word).