public interface IVisitor<K,E extends IExecutable>
| Modifier and Type | Method and Description |
|---|---|
IVisitor<K,E> |
defaultCase(E function) |
IVisitor<K,E> |
ifCase(E function,
K... key) |
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.