LabelTransformation

sealed trait LabelTransformation

Represents a valid label transformation.

Not currently implemented but we can use this type to encode unambiguous string transformations applied to field and case labels. For example, converting from snake to camel case (or vica versa)

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(label: String): Either[String, String]