JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.jruby.javasupport
Interface JavaUtil.NumericConverter<T>
Enclosing class:
JavaUtil
public static interface
JavaUtil.NumericConverter<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
coerce
(
RubyNumeric
numeric,
Class
<
T
> target)
Method Details
coerce
T
coerce
(
RubyNumeric
numeric,
Class
<
T
> target)