Package

io.prophecy.libs

utils

Permalink

package utils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. utils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class EitherMap[MapKeyType, +LeftType, +RightType] extends AnyRef

    Permalink
  2. implicit class EitherSeq[+A, +B] extends AnyRef

    Permalink
  3. implicit class EitherSeqWithFlattenedLeft[+A, +B] extends AnyRef

    Permalink
  4. implicit class EitherThrow[PError <: Throwable, +B] extends AnyRef

    Permalink

Value Members

  1. object BooleanExpressionEvaluator

    Permalink
  2. def combineDifferentResults[PError, Result1, Result2](result1: Either[List[PError], Result1], result2: Either[List[PError], Result2]): Either[List[PError], (Result1, Result2)]

    Permalink
  3. def combineResults[PError, Result](head: Either[List[PError], Result], tail: Either[List[PError], List[Result]]): Either[List[PError], List[Result]]

    Permalink
  4. def getLengthFromArraySizeInfo(arraySizeInfo: String, columnValueMap: Map[String, Any]): Int

    Permalink
  5. def resourceContent(name: String): String

    Permalink
  6. def resourceDirectoryFiles(name: String, pathFromResource: Boolean = true): List[String]

    Permalink
  7. package sftp

    Permalink
  8. def writeResourceFiles(files: Map[String, String], targetPath: String): Unit

    Permalink

    !!! WARNING !!!

    !!! WARNING !!!

    Since this function writes to the resource directories, which are not writeable when packaged within a JAR, this function works only within the scala/sbt test environment. It will fail when running from a built JAR!

Inherited from AnyRef

Inherited from Any

Ungrouped