org.jruby.javasupport.JavaUtil.NumericConverter
interface
abstract
2 members
Instance Methods
coerce
T
coerce
(
RubyNumeric numeric,
Class<T> target
)
Java: coerce(org.jruby.RubyNumeric numeric, Class<T> target)
coerce
T
coerce
(
ThreadContext context,
RubyNumeric numeric,
Class<T> target
)
Java: coerce(org.jruby.runtime.ThreadContext context, org.jruby.RubyNumeric numeric, Class<T> target)