All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalagen.withoutPassthrough.scala Maven / Gradle / Ivy

The newest version!
{{#ptPrimitive}}
field
{{/ptPrimitive}}
{{#ptIter}}
field.map { field =>
  {{>withoutPassthrough}}
}
{{/ptIter}}
{{#ptMap}}
field.map { case (key, value) =>
  {{#ptKey}}
  val newKey = {
    val field = key
    {{>withoutPassthrough}}
  }
  {{/ptKey}}

  {{#ptValue}}
  val newValue = {
    val field = value
    {{>withoutPassthrough}}
  }
  {{/ptValue}}

  newKey -> newValue
}
{{/ptMap}}
{{#ptStruct}}
{{className}}.withoutPassthroughFields(field)
{{/ptStruct}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy