ProductTypes

io.scalaland.chimney.internal.compiletime.datatypes.ProductTypes
See theProductTypes companion trait
object ProductTypes

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def areNamesMatching(fromName: String, toName: String): Boolean

Concrete fields

val dropGetIs: String => String
val dropSet: String => String
val isGarbage: String => Boolean
val isGetterName: String => Boolean
val isSetterName: String => Boolean
val normalize: String => String