Package

likelib

Permalink

package likelib

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

Type Members

  1. trait As[To, From] extends AnyRef

    Permalink
  2. type DoubleAs[A] = As[Double, A]

    Permalink
  3. type DoubleLike[A] = Like[Double, A]

    Permalink
  4. type DoubleSafeLike[A] = SafeLike[Double, A]

    Permalink
  5. type DoubleTryLike[A] = TryLike[Double, A]

    Permalink
  6. type FloatAs[A] = As[Float, A]

    Permalink
  7. type FloatLike[A] = Like[Float, A]

    Permalink
  8. type FloatSafeLike[A] = SafeLike[Float, A]

    Permalink
  9. type FloatTryLike[A] = TryLike[Float, A]

    Permalink
  10. type IntAs[A] = As[Int, A]

    Permalink
  11. type IntLike[A] = Like[Int, A]

    Permalink
  12. type IntSafeLike[From] = SafeLike[Int, From]

    Permalink
  13. type IntTryLike[From] = TryLike[Int, From]

    Permalink
  14. trait Like[To, From] extends As[To, From]

    Permalink
  15. type LongAs[A] = As[Long, A]

    Permalink
  16. type LongLike[A] = Like[Long, A]

    Permalink
  17. type LongSafeLike[From] = SafeLike[Long, From]

    Permalink
  18. type LongTryLike[From] = TryLike[Long, From]

    Permalink
  19. trait SafeLike[To, From] extends TryLike[To, From]

    Permalink
  20. type StringAs[A] = As[String, A]

    Permalink
  21. type StringLike[A] = Like[String, A]

    Permalink
  22. type StringSafeLike[From] = SafeLike[String, From]

    Permalink
  23. type StringTryLike[From] = TryLike[String, From]

    Permalink
  24. trait TryLike[To, From] extends As[To, From]

    Permalink

Value Members

  1. macro def like[To, From]: Like[To, From]

    Permalink
  2. package macros

    Permalink
  3. macro def validate[To, From](make: (To) ⇒ Try[From]): TryLike[To, From]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped