themishkun
09/16/2018, 12:34 PMDbUser
with annotations for our ORM and stuff and ordinary User
and we can map between them easily)
2) Unwrapping data classes to destructive function calls (like spread operator for arrays)
3) Generic serialization/deserialization for formats presolving order (like Android’s Parcelable)
4) Generic encryption/decryption
5) Pattern-matching for when (using .contains()
operator in Pattern(...)
and matcher like in Mockito (any(), eq(), etc.)
6) Hotswap between tuples and data-classes when you need to process your data
7) Generic adding
data classes
Any concerns? I’m about to fire a KEEP but doubt that it wasn’t discussed before