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).
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
agreedSkiing/uni-combine-with
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Example project for Uni combined all with