Slide 53
Slide 53 text
G E T S T R E A M . I O
Understanding Stability Stable vs. Unstable
● Primitive types, including String, are inherently stable.
● Function types, represented by lambda expressions like (Int) -> String, are considered
stable.
● Classes, particularly data classes characterized by immutable, stable public properties
or those explicitly marked as stable by using the stability annotations, such as @Stable,
or @Immutable, are considered stable.
Stable