lenient

fs2.data.csv.`package`.lenient
object lenient

Attributes

Source
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
lenient.type

Members list

Type members

Classlikes

final class PartiallyAppliedDecodeAttemptGivenHeaders[T](val dummy: Boolean) extends AnyVal

Attributes

Source
package.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class PartiallyAppliedDecodeAttemptSkippingHeaders[T](val dummy: Boolean) extends AnyVal

Attributes

Source
package.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class PartiallyAppliedDecodeAttemptUsingHeaders[T](val dummy: Boolean) extends AnyVal

Attributes

Source
package.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class PartiallyAppliedDecodeAttemptWithoutHeaders[T](val dummy: Boolean) extends AnyVal

Attributes

Source
package.scala
Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

Decode a char-like stream (see fs2.data.text.CharLikeChunks) into a specified type, with failures at the element level instead of failing the stream.

Decode a char-like stream (see fs2.data.text.CharLikeChunks) into a specified type, with failures at the element level instead of failing the stream.

Scenarios: - If skipHeaders is false, then the file contains no headers. - If skipHeaders is true, then the headers in the file will be skipped.

For both scenarios the file is assumed to be compliant with the set of headers given.

Attributes

Source
package.scala

Decode a char-like stream (see fs2.data.text.CharLikeChunks) into a specified type, with failures at the element level instead of failing the stream.

Decode a char-like stream (see fs2.data.text.CharLikeChunks) into a specified type, with failures at the element level instead of failing the stream.

This function assumes the file contains headers, but they shall be skipped for decoding.

Attributes

Source
package.scala

Decode a char-like stream (see fs2.data.text.CharLikeChunks) into a specified type, with failures at the element level instead of failing the stream.

Decode a char-like stream (see fs2.data.text.CharLikeChunks) into a specified type, with failures at the element level instead of failing the stream.

This function assumes the file contains headers and they need to be taken into account for decoding.

Attributes

Source
package.scala

Decode a char-like stream (see fs2.data.text.CharLikeChunks) into a specified type, with failures at the element level instead of failing the stream.

Decode a char-like stream (see fs2.data.text.CharLikeChunks) into a specified type, with failures at the element level instead of failing the stream.

This function assumes the file neither contains headers nor are they needed for decoding.

Attributes

Source
package.scala