scrooge-generator/src/main/resources/scalagen/service.mustache [166:180]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{#inheritedFunctions}}
          {{dedupedFuncName}} = filter.toFilter.andThen({{dedupedFuncName}})
{{/inheritedFunctions|,}}
        )

{{#withAsClosable}}
      override def asClosable: _root_.com.twitter.util.Closable =
        _root_.com.twitter.util.Closable.all(
{{#inheritedFunctions}}
          this.{{dedupedFuncName}}
{{/inheritedFunctions|,}}
        )
{{/withAsClosable}}
    }
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



scrooge-generator/src/main/resources/scalagen/service.mustache [206:220]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{#inheritedFunctions}}
          {{dedupedFuncName}} = filter.toFilter.andThen({{dedupedFuncName}})
{{/inheritedFunctions|,}}
        )

{{#withAsClosable}}
      override def asClosable: _root_.com.twitter.util.Closable =
        _root_.com.twitter.util.Closable.all(
{{#inheritedFunctions}}
          this.{{dedupedFuncName}}
{{/inheritedFunctions|,}}
        )
{{/withAsClosable}}
    }
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



