final case class Csv(format: Format, disposition: slamdata.Predef.Option[Content-Disposition]) extends MessageFormat with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Csv
- Serializable
- Serializable
- Product
- Equals
- MessageFormat
- Decoder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Csv(format: Format, disposition: slamdata.Predef.Option[Content-Disposition])
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
- val CsvColumnsFromInitialRowsCount: Refined[slamdata.Predef.Int, Positive]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def decode(txt: slamdata.Predef.String): \/[DecodeError, Process[Task, \/[DecodeError, Data]]]
-
def
decode(txtStream: Process[Task, slamdata.Predef.String]): Task[\/[DecodeError, Process[Task, \/[DecodeError, Data]]]]
- Definition Classes
- Decoder
- Annotations
- @SuppressWarnings()
-
def
decoder: EntityDecoder[Process[Task, \/[DecodeError, Data]]]
- Definition Classes
- Decoder
-
val
disposition: slamdata.Predef.Option[Content-Disposition]
- Definition Classes
- Csv → MessageFormat
-
def
dispositionExtension: slamdata.Predef.Map[slamdata.Predef.String, slamdata.Predef.String]
- Attributes
- protected
- Definition Classes
- MessageFormat
-
def
encode[F[_]](data: Process[F, Data]): Process[F, slamdata.Predef.String]
- Definition Classes
- Csv → MessageFormat
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val format: Format
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mediaType: MediaType
-
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
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )