object lenient
- Source
- package.scala
- Alphabetic
- By Inheritance
- lenient
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final class PartiallyAppliedDecodeAttemptGivenHeaders[T] extends AnyVal
- final class PartiallyAppliedDecodeAttemptSkippingHeaders[T] extends AnyVal
- final class PartiallyAppliedDecodeAttemptUsingHeaders[T] extends AnyVal
- final class PartiallyAppliedDecodeAttemptWithoutHeaders[T] extends AnyVal
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attemptDecodeGivenHeaders[T]: PartiallyAppliedDecodeAttemptGivenHeaders[T]
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.
- def attemptDecodeSkippingHeaders[T]: PartiallyAppliedDecodeAttemptSkippingHeaders[T]
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.
- def attemptDecodeUsingHeaders[T]: PartiallyAppliedDecodeAttemptUsingHeaders[T]
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.
- def attemptDecodeWithoutHeaders[T]: PartiallyAppliedDecodeAttemptWithoutHeaders[T]
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.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()