CsvPathResult

@SinceKotools(project = Project.Csv, version = "2.3", stability = StabilityLevel.Alpha)
interface CsvPathResult

Object returned when trying to build a CSV path.

Types

Exception
Link copied to clipboard
sealed class Exception : IllegalArgumentException, CsvPathResult

Object returned when building a CSV path fails.

FromNotBlankString
Link copied to clipboard
interface FromNotBlankString : CsvPathResult

Object returned when trying to build a CSV path from a NotBlankString.

FromString
Link copied to clipboard
interface FromString : CsvPathResult

Object returned when trying to build a CSV path from a String.

Success
Link copied to clipboard

Representation of a path pointing to a CSV file.

Inheritors

CsvPathResult
Link copied to clipboard
CsvPathResult
Link copied to clipboard
CsvPathResult
Link copied to clipboard