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

scala.field.mutableproxy.ssp Maven / Gradle / Ivy

The newest version!
<%
  // Copyright 2013 Foursquare Labs Inc. All Rights Reserved.

  import com.foursquare.spindle.codegen.runtime.ScalaField
%>
<%@ val field: ScalaField %>
  override def ${field.escapedName}_=(x: ${field.renderType.text}): Unit = { underlying.${field.escapedName}_=(x) }
  override def ${field.name}Unset(): Unit = { underlying.${field.name}Unset() }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy