public class ParseCastFunction<T> extends CastFunction<T>
CastFunction that throws EvalExceptions instead of ClassCastExceptions.type| Constructor and Description |
|---|
ParseCastFunction(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
protected RuntimeException |
handleFailure(Object obj,
ClassCastException e) |
apply, toGuavaprotected RuntimeException handleFailure(Object obj, ClassCastException e)
handleFailure in class CastFunction<T>Copyright © 2017. All rights reserved.