Module datarush.script
Package com.pervasive.datarush.script
Class Transforms.DoubleToFloatingPointTolerance
- java.lang.Object
- 
- com.pervasive.datarush.script.Transforms.DoubleToFloatingPointTolerance
 
- 
- All Implemented Interfaces:
- Transform
 - Enclosing class:
- Transforms
 
 public static final class Transforms.DoubleToFloatingPointTolerance extends Object implements Transform 
- 
- 
Constructor SummaryConstructors Constructor Description DoubleToFloatingPointTolerance()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansupports(Class<?> sourceType, Class<?> targetType)Determines if this transformer supports the given types.Objecttransform(Object source, Class<?> targetType)Transform the given source object into the wanted target object.
 
- 
- 
- 
Method Detail- 
supportspublic boolean supports(Class<?> sourceType, Class<?> targetType) Description copied from interface:TransformDetermines if this transformer supports the given types.
 
- 
 
-