public class SimpleCase extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleCase.SimpleWhen |
| Constructor and Description |
|---|
SimpleCase(Object expression) |
| Modifier and Type | Method and Description |
|---|---|
Function |
end() |
SimpleCase |
otherwise(Object value) |
SimpleCase.SimpleWhen |
when(Object expression) |
public SimpleCase(Object expression)
public SimpleCase.SimpleWhen when(Object expression)
public SimpleCase otherwise(Object value)
public Function end()
Copyright © 2019. All rights reserved.