public class Conditionals extends Object
| Constructor and Description |
|---|
Conditionals() |
| Modifier and Type | Method and Description |
|---|---|
static Case |
conditional(Case.WhenConstruct... whenConstructs) |
static Case.WhenConstruct |
whenThen(Expression when,
Expression then) |
public static Case conditional(Case.WhenConstruct... whenConstructs)
public static Case.WhenConstruct whenThen(Expression when, Expression then)
Copyright © 2017. All Rights Reserved.