%dw 2.0
output application/json
---
{ a: max([1, 1000]), b: max([1, 2, 3]), c: max([1.5, 2.5, 3.5]) }
max
max<T <: Comparable>(@StreamCapable values: Array<T>): T | Null
Submit your feedback!
Share your thoughts to help us build the best documentation experience for you!
Take our latest
survey!