public static interface Func.ControlFlow
Modifier and Type | Method and Description |
---|---|
default IFunction |
CASE(Cond value,
IFunction[] whenFn,
IFunction elseFn) |
default IFunction |
CASE(Cond value,
IFunction[] whenFn,
String elseFn) |
default IFunction |
CASE(IFunction[] when) |
default IFunction |
CASE(IFunction[] when,
IFunction elseFn) |
default IFunction |
CASE(IFunction value,
IFunction[] when) |
default IFunction |
CASE(IFunction value,
IFunction[] whenFn,
IFunction elseFn) |
default IFunction |
CASE(String value,
IFunction[] whenFn) |
default IFunction |
CASE(String value,
IFunction[] whenFn,
IFunction elseFn) |
default IFunction |
CASE(String value,
IFunction[] whenFn,
String elseFn) |
default IFunction |
ELSE() |
default IFunction |
ELSE(IFunction result) |
default IFunction |
ELSE(String result) |
default IFunction |
IF(Cond expr) |
default IFunction |
IF(Cond expr1,
IFunction expr2,
IFunction expr3) |
default IFunction |
IF(Cond expr1,
IFunction expr2,
String expr3) |
default IFunction |
IF(Cond expr1,
String expr2,
IFunction expr3) |
default IFunction |
IF(Cond expr1,
String expr2,
String expr3) |
default IFunction |
IF(String expr1,
String expr2,
String expr3) |
default IFunction |
IFNULL() |
default IFunction |
IFNULL(IFunction expr1,
IFunction expr2) |
default IFunction |
IFNULL(String expr1,
String expr2) |
default IFunction |
NULLIF() |
default IFunction |
NULLIF(IFunction expr1,
IFunction expr2) |
default IFunction |
NULLIF(String expr1,
String expr2) |
default IFunction |
WHEN(Cond expr) |
default IFunction |
WHEN(Cond expr,
IFunction result) |
default IFunction |
WHEN(IFunction expr) |
default IFunction |
WHEN(IFunction expr,
IFunction result) |
default IFunction |
WHEN(String expr) |
default IFunction |
WHEN(String expr,
String result) |
Copyright © 2022. All rights reserved.