MCPcopy Create free account
hub / github.com/ddf-project/DDF / createTransformationHandler

Method createTransformationHandler

core/src/main/java/io/ddf/DDF.java:671–673  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

669 }
670
671 protected IHandleTransformations createTransformationHandler() {
672 return newHandler(IHandleTransformations.class);
673 }
674
675 public IHandleMutability getMutabilityHandler() {
676 if (mMutabilityHandler == null) mMutabilityHandler = this.createMutabilityHandler();

Callers 1

Calls 1

newHandlerMethod · 0.95

Tested by

no test coverage detected