Splited1

data class Splited1<A>(val first: A)

Data class that holds a single value split from a combined field.

Parameters

A

Type of the value

first

The split value

Constructors

Link copied to clipboard
constructor(first: A)

Properties

Link copied to clipboard
val first: A