public interface TryCoercer
fromValue()
method on the target type.Modifier and Type | Method and Description |
---|---|
<T> Maybe<T> |
tryCoerce(java.lang.Object input,
<any> type)
The meaning of the return value is:
null - no errors, recommend continue with fallbacks (i.e.
|
<T> Maybe<T> tryCoerce(java.lang.Object input, <any> type)