public class FunctionVisitor<K,I,O,E extends Exception> extends Object implements IVisitor<K,net.anwiba.commons.lang.functional.IFunction<I,O,E>>
| Constructor and Description |
|---|
FunctionVisitor() |
| Modifier and Type | Method and Description |
|---|---|
O |
accept(K key,
I value) |
FunctionVisitor<K,I,O,E> |
defaultCase(net.anwiba.commons.lang.functional.IFunction<I,O,E> function) |
FunctionVisitor<K,I,O,E> |
ifCase(net.anwiba.commons.lang.functional.IFunction<I,O,E> function,
K... keys) |
Copyright © 2007–2016 Andreas Bartels. All rights reserved.