| Constructor and Description |
|---|
EnumSwitch(IConverter<I,I,E> iuputToKeyConverter) |
| Modifier and Type | Method and Description |
|---|---|
EnumSwitch<I,O,E> |
defaultCase(ISupplier<O,E> function) |
EnumSwitch<I,O,E> |
ifCase(ISupplier<O,E> function,
I... keys) |
O |
switchTo(I value) |
public EnumSwitch(IConverter<I,I,E> iuputToKeyConverter)
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.