T - the type of the parent of the switch to return on completionpublic final class CaseBuilder<T> extends StatementBuilder<CaseBuilder<T>>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CaseBuilder.CaseStatementHandler<T> |
builder| Modifier and Type | Method and Description |
|---|---|
SwitchBuilder<T> |
breakCase() |
SwitchBuilder<T> |
endCase() |
<S> S |
map(Function<CaseBuilder<T>,S> function) |
protected brennus.StatementBuilder.StatementHandler<CaseBuilder<T>> |
statementHandler() |
public SwitchBuilder<T> endCase()
protected brennus.StatementBuilder.StatementHandler<CaseBuilder<T>> statementHandler()
statementHandler in class StatementBuilder<CaseBuilder<T>>public SwitchBuilder<T> breakCase()
public <S> S map(Function<CaseBuilder<T>,S> function)
Copyright © 2014. All Rights Reserved.