MCPcopy Create free account
hub / github.com/PCGen/pcgen / apply

Method apply

code/src/java/pcgen/core/MoveClone.java:117–120  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

115 * MovementType in this MoveClone
116 */
117 public double apply(Double baseMove)
118 {
119 return conversion.apply(baseMove);
120 }
121}

Callers

nothing calls this directly

Calls 1

applyMethod · 0.65

Tested by

no test coverage detected