Uses of Class
io.sundr.model.ValueRef
-
-
Uses of ValueRef in io.sundr.model
Methods in io.sundr.model that return ValueRef Modifier and Type Method Description static <T> ValueRefValueRef. from(T[] value)static <T> ValueRefValueRef. from(T value, T... rest)Methods in io.sundr.model that return types with arguments of type ValueRef Modifier and Type Method Description Map<ValueRef,Block>Switch. getCases()Constructor parameters in io.sundr.model with type arguments of type ValueRef Constructor Description Switch(Expression expression, Map<ValueRef,Block> cases, Optional<Block> defaultCase)
-