Package

org.incal.core

util

Permalink

package util

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

Type Members

  1. trait DynamicConstructor[E] extends AnyRef

    Permalink

    Since

    2018

  2. trait DynamicConstructorFinder[E] extends AnyRef

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

    Permalink
  4. implicit class GroupMapList3[A, B, C] extends AnyRef

    Permalink
  5. implicit class GrouppedVariousSize[A] extends AnyRef

    Permalink
  6. type STuple3[T] = (T, T, T)

    Permalink

Value Members

  1. object DynamicConstructorFinder

    Permalink
  2. object ReflectionTest extends App

    Permalink
  3. object ReflectionUtil

    Permalink

    Since

    2018

  4. object ZipFileIterator

    Permalink

    Since

    2018

  5. def crossProduct[T](list: Traversable[Traversable[T]]): Traversable[Traversable[T]]

    Permalink
  6. def firstCharToLowerCase(s: String): String

    Permalink
  7. def hasNonAlphanumericUnderscore(string: String): Boolean

    Permalink
  8. def listFiles(dir: String): Seq[File]

    Permalink
  9. def nonAlphanumericToUnderscore(string: String): String

    Permalink
  10. def parallelize[T, U](inputs: Traversable[T], threadsNum: Int)(fun: (T) ⇒ U): Future[Traversable[U]]

    Permalink
  11. def retry[T](failureMessage: String, log: (String) ⇒ Unit, maxAttemptNum: Int)(f: ⇒ Future[T]): Future[T]

    Permalink
  12. def seqFutures[T, U](items: TraversableOnce[T])(fun: (T) ⇒ Future[U]): Future[Seq[U]]

    Permalink
  13. def toHumanReadableCamel(s: String): String

    Permalink
  14. def writeByteArrayStream(data: Stream[Array[Byte]], file: File): Unit

    Permalink
  15. def writeByteStream(data: Stream[Byte], file: File): Unit

    Permalink
  16. def writeStringAsStream(string: String, file: File): Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped