jp.co.cyberagent.aeromock

helper

package helper

Package object for various helper.

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

Type Members

  1. type Closable = AnyRef { def close(): Unit }

  2. implicit class ExternalInetSocketAddress extends AnyRef

  3. implicit class ExternalString extends AnyRef

  4. implicit class FullHttpRequestHelper extends AnyRef

  5. implicit class PathHelper extends AnyRef

  6. implicit class StringContextHelper extends AnyRef

  7. trait ValueStrategy[ReturnType] extends AnyRef

Value Members

  1. object DeepTraversal

    Supports traversing deeply for collection.

  2. val EXTENSION: Pattern

  3. val INSECURE_URI: Pattern

  4. object SystemHelper

  5. object ValueStrategies

  6. val WITHOUT_EXTENSION: Pattern

  7. def blue(value: String): String

  8. def cast[S](value: Any)(implicit arg0: ClassTag[S]): Validation[Throwable, S]

  9. def getDifferenceSecondsFromNow(pointTime: Long): BigDecimal

  10. def getExtension(value: String): Option[String]

  11. def getObjectFqdn(target: Any): String

  12. def green(value: String): String

  13. def lightBlue(value: String): String

  14. def millsToSeconds(end: Long, start: Long): BigDecimal

  15. def processResource[A <: Closable, B](resource: A)(f: (A) ⇒ B): B

  16. def purple(value: String): String

  17. def red(value: String): String

  18. def trye[T](f: ⇒ T)(implicit onError: (Throwable) ⇒ Either[Throwable, T] = t: Throwable => Left(t)): Either[Throwable, T]

  19. def tryo[T](f: ⇒ T)(implicit error: (Throwable) ⇒ Option[T] = t: Throwable => None): Option[T]

  20. def white(value: String): String

  21. def yellow(value: String): String

Inherited from AnyRef

Inherited from Any

Ungrouped