p

io

youi

package youi

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait CacheImplementation extends AnyRef
  2. final class Color extends AnyVal

    Color provides a primitive wrapper around a Long representing a Color.

    Color provides a primitive wrapper around a Long representing a Color. This class takes up no more memory space than a Long value and can be used to work powerfully around RGBA values.

  3. sealed trait Compass extends Direction
  4. sealed trait Direction extends AnyRef
  5. trait ErrorSupport extends AnyRef
  6. sealed abstract class Horizontal extends Direction
  7. trait Initializable extends AnyRef
  8. class ItemContainer[T] extends Iterable[T]
  9. case class JavaScriptCause(message: String, trace: List[JavaScriptTrace], cause: Option[JavaScriptCause]) extends Product with Serializable
  10. case class JavaScriptError(message: String, source: String, fileName: String, jsPosition: JavaScriptPosition, position: JavaScriptPosition, url: String, cause: Option[JavaScriptCause]) extends Product with Serializable
  11. case class JavaScriptLog(message: String) extends Product with Serializable
  12. case class JavaScriptPosition(line: Int, column: Int) extends Product with Serializable
  13. case class JavaScriptTrace(className: String, methodName: String, fileName: String, source: String, jsPosition: JavaScriptPosition, position: JavaScriptPosition) extends Product with Serializable
  14. class MapStore extends Store
  15. trait MessageException extends AnyRef
  16. sealed trait Plane extends AnyRef
  17. trait Store extends AnyRef
  18. trait Stringify[T] extends AnyRef
  19. class ThreadLocalStore extends Store
  20. class ThrottledVar[T] extends Var[T]

    ThrottledVar provides throttling of setting the value dropping multiple values sent between throttle times always ending up with the latest value.

    ThrottledVar provides throttling of setting the value dropping multiple values sent between throttle times always ending up with the latest value.

    T

    the type

  21. case class ValidationError(message: String, code: Int = ValidationError.General, status: HttpStatus = HttpStatus.InternalServerError) extends Product with Serializable
  22. case class Version(major: Int = 1, minor: Int = 0, maintenance: Int = 0, build: Int = 0, extra: Option[String] = None, original: Option[String] = None) extends Ordered[Version] with Product with Serializable

    Version represents a version numbering.

  23. sealed abstract class Vertical extends Direction

Value Members

  1. object Blocked

    Allows blocking on a key for sequential futures

  2. object Cache
  3. object Color extends Stringify[Color]
  4. object Compass
  5. object DroppedFuture
  6. object ErrorSupport
  7. object Horizontal
  8. object Plane
  9. object Stringify
  10. object ThrottledVar
  11. object Unique
  12. object ValidationError extends Serializable
  13. object Version extends Serializable
  14. object Vertical
  15. object YouIPlatform

Ungrouped