DEV Community

Discussion on: Are there functions similar to Ruby's `dig` in other languages?

Collapse
 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard • Edited

Kotlin

orders.firstOrNull()?.customer?.phone
Collapse
 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard

See this runnable snippet pl.kotl.in/1aOqY8rQu