com.eharmony.aloha.io

sources

package sources

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. sources
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final case class Base64StringSource(b64EncodedData: String) extends ModelSource with Product with Serializable

  2. case class ClasspathResourceReadableSource(resource: String) extends FileReadableLikeSource with Product with Serializable

  3. final case class ExternalSource(vfs: Vfs) extends ModelSource with Product with Serializable

  4. sealed trait FileReadableLikeSource extends ReadableSource

    An object from which we can read in bulk using a com.eharmony.aloha.io.FileReadable.

  5. case class FileReadableSource(file: File) extends FileReadableLikeSource with Product with Serializable

  6. case class InputStreamReadableSource(inputStream: InputStream) extends NonFileReadableLikeSource with Product with Serializable

  7. sealed trait ModelSource extends AnyRef

  8. sealed trait NonFileReadableLikeSource extends ReadableSource

    An object from which we can read in bulk using a com.eharmony.aloha.io.NonFileReadable.

  9. sealed trait ReadableSource extends AnyRef

    An object from which we can read in bulk.

  10. type ReadableSourceConverter[-A] = (A) ⇒ ReadableSource

    A type alias for a "type class" to convert of type A to a com.eharmony.aloha.io.sources.ReadableSource.

    A type alias for a "type class" to convert of type A to a com.eharmony.aloha.io.sources.ReadableSource.

    Annotations
    @implicitNotFound( ... )
  11. case class ReaderReadableSource(reader: Reader) extends NonFileReadableLikeSource with Product with Serializable

  12. case class ResourceReadableSource(resource: String) extends FileReadableLikeSource with Product with Serializable

  13. case class StringReadableSource(string: String) extends NonFileReadableLikeSource with Product with Serializable

  14. case class UrlReadableSource(url: URL) extends FileReadableLikeSource with Product with Serializable

  15. case class Vfs1ReadableSource(vfs1FileObject: FileObject) extends FileReadableLikeSource with Product with Serializable

  16. case class Vfs2ReadableSource(vfs2FileObject: FileObject) extends FileReadableLikeSource with Product with Serializable

Value Members

  1. object ModelSource

  2. object ReadableSourceConverters

    Provides a bunch of explicit and implicit com.eharmony.aloha.io.sources.ReadableSourceConverters.

Inherited from AnyRef

Inherited from Any

Ungrouped