package fs2processor
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class BasicPropertyRegister() extends PropertyRegister with Product with Serializable
- sealed trait DumpAction extends AnyRef
- case class DumpProcessorError(msg: String) extends RuntimeException with Product with Serializable
- case class Error(str: String) extends ParsedLine with Product with Serializable
- case class ParsedEntity(entity: EntityDoc) extends ParsedLine with Product with Serializable
- sealed abstract class ParsedLine extends AnyRef
- case class WdSubRdfConverter() extends Product with Serializable
Value Members
- object CloseBracket extends ParsedLine with Product with Serializable
- object DumpAction
- object EndStream extends ParsedLine with Product with Serializable
-
object
IODumpProcessor
Dump processor based on fs2
- object OpenBracket extends ParsedLine with Product with Serializable