public abstract class CheckedFunction<T,V> extends Object implements Function<T,V>
| Constructor and Description |
|---|
CheckedFunction() |
| Modifier and Type | Method and Description |
|---|---|
abstract V |
safeValueOf(T object) |
V |
valueOf(T anObject) |
Copyright © 2004–2017. All rights reserved.