Package org.jruby.javasupport
Interface JavaUtil.NumericConverter<T>
- Enclosing class:
JavaUtil
public static interface JavaUtil.NumericConverter<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault T
coerce
(RubyNumeric numeric, Class<T> target) Deprecated.coerce
(ThreadContext context, RubyNumeric numeric, Class<T> target)
-
Method Details
-
coerce
Deprecated. -
coerce
-