Applies the conversion Function in this MoveClone to the given baseMove value. @param baseMove The baseMove value that should be converted by the conversion function in this MoveClone @return The converted value of movement to be used as the movement of the clone Movem
(Double baseMove)
| 115 | * MovementType in this MoveClone |
| 116 | */ |
| 117 | public double apply(Double baseMove) |
| 118 | { |
| 119 | return conversion.apply(baseMove); |
| 120 | } |
| 121 | } |