This construct can be used to create expressions of the type CASE value WHEN 1 THEN 'one' WHEN 2 THEN 'two' ELSE 'three' END @param The generic value type parameter @param value The value to do the case statement on @return An intermediary
(V value)
| 75 | * @return An intermediary step for case statement construction |
| 76 | */ |
| 77 | @NotNull |
| 78 | @Support |
| 79 | <V> CaseValueStep<V> value(V value); |
| 80 |
no outgoing calls
no test coverage detected