jruby/docs BETA
Navigation
org.jruby.javasupport.JavaUtil 4
C JavaConverter
I NumericConverter
I RubyConverter
C StringConverter
NumericConverter — members 2
M coerce(numeric, target) T
M coerce(context, numeric, target) T

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)