scalaz

Names

trait Names extends AnyRef

Source
Name.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Names
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  9. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  12. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  13. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  14. implicit def nameToCallable [A] : (Name[A]) ⇒ Callable[A]

    Attributes
    implicit
  15. implicit def nameToConst [A, B] (implicit arg0: Monoid[B]): (Name[A]) ⇒ Const[B, A]

    Attributes
    implicit
  16. implicit def nameToEitherLeft [A, X] : (Name[A]) ⇒ LeftProjection[A, X]

    Attributes
    implicit
  17. implicit def nameToEitherRight [A, X] : (Name[A]) ⇒ RightProjection[X, A]

    Attributes
    implicit
  18. implicit def nameToEndo [A] : (Name[A]) ⇒ Endo[A]

    Attributes
    implicit
  19. implicit def nameToEphemeralStream [A] : (Name[A]) ⇒ EphemeralStream[A]

    Attributes
    implicit
  20. implicit def nameToFirstOption [A] : (Name[A]) ⇒ FirstOption[A]

    Attributes
    implicit
  21. implicit def nameToFunction0 [A] : (Name[A]) ⇒ () ⇒ A

    Attributes
    implicit
  22. implicit def nameToFunction1 [A, R] : (Name[A]) ⇒ (R) ⇒ A

    Attributes
    implicit
  23. implicit def nameToFunction2 [A, R, S] : (Name[A]) ⇒ (R, S) ⇒ A

    Attributes
    implicit
  24. implicit def nameToFunction3 [A, R, S, T] : (Name[A]) ⇒ (R, S, T) ⇒ A

    Attributes
    implicit
  25. implicit def nameToFunction4 [A, R, S, T, U] : (Name[A]) ⇒ (R, S, T, U) ⇒ A

    Attributes
    implicit
  26. implicit def nameToFunction5 [A, R, S, T, U, V] : (Name[A]) ⇒ (R, S, T, U, V) ⇒ A

    Attributes
    implicit
  27. implicit def nameToFunction6 [A, R, S, T, U, V, W] : (Name[A]) ⇒ (R, S, T, U, V, W) ⇒ A

    Attributes
    implicit
  28. implicit def nameToIdentity [A] : (Name[A]) ⇒ Identity[A]

    Attributes
    implicit
  29. implicit def nameToIterV [A, E] : (Name[A]) ⇒ IterV[E, A]

    Attributes
    implicit
  30. implicit def nameToJavaArrayBlockingQueue [A] : (Name[A]) ⇒ ArrayBlockingQueue[A]

    Attributes
    implicit
  31. implicit def nameToJavaArrayList [A] : (Name[A]) ⇒ ArrayList[A]

    Attributes
    implicit
  32. implicit def nameToJavaConcurrentLinkedQueue [A] : (Name[A]) ⇒ ConcurrentLinkedQueue[A]

    Attributes
    implicit
  33. implicit def nameToJavaCopyOnWriteArrayList [A] : (Name[A]) ⇒ CopyOnWriteArrayList[A]

    Attributes
    implicit
  34. implicit def nameToJavaCopyOnWriteArraySet [A] : (Name[A]) ⇒ CopyOnWriteArraySet[A]

    Attributes
    implicit
  35. implicit def nameToJavaHashSet [A] : (Name[A]) ⇒ HashSet[A]

    Attributes
    implicit
  36. implicit def nameToJavaLinkedBlockingQueue [A] : (Name[A]) ⇒ LinkedBlockingQueue[A]

    Attributes
    implicit
  37. implicit def nameToJavaLinkedHashSet [A] : (Name[A]) ⇒ LinkedHashSet[A]

    Attributes
    implicit
  38. implicit def nameToJavaLinkedList [A] : (Name[A]) ⇒ LinkedList[A]

    Attributes
    implicit
  39. implicit def nameToJavaPriorityQueue [A] : (Name[A]) ⇒ PriorityQueue[A]

    Attributes
    implicit
  40. implicit def nameToJavaStack [A] : (Name[A]) ⇒ Stack[A]

    Attributes
    implicit
  41. implicit def nameToJavaSynchronousQueue [A] : (Name[A]) ⇒ SynchronousQueue[A]

    Attributes
    implicit
  42. implicit def nameToJavaTreeSet [A] : (Name[A]) ⇒ TreeSet[A]

    Attributes
    implicit
  43. implicit def nameToJavaVector [A] : (Name[A]) ⇒ Vector[A]

    Attributes
    implicit
  44. implicit def nameToLastOption [A] : (Name[A]) ⇒ LastOption[A]

    Attributes
    implicit
  45. implicit def nameToLazyOption [A] : (Name[A]) ⇒ LazyOption[A]

    Attributes
    implicit
  46. implicit def nameToList [A] : (Name[A]) ⇒ List[A]

    Attributes
    implicit
  47. implicit def nameToMapEntry [A, X] (implicit arg0: Zero[X]): (Name[A]) ⇒ Entry[X, A]

    Attributes
    implicit
  48. implicit def nameToNonEmptyList [A] : (Name[A]) ⇒ NonEmptyList[A]

    Attributes
    implicit
  49. implicit def nameToOption [A] : (Name[A]) ⇒ Option[A]

    Attributes
    implicit
  50. implicit def nameToPromise [A] (implicit s: Strategy): (Name[A]) ⇒ Promise[A]

    Attributes
    implicit
  51. implicit def nameToResponder [A] : (Name[A]) ⇒ Responder[A]

    Attributes
    implicit
  52. implicit def nameToState [A, S] : (Name[A]) ⇒ State[S, A]

    Attributes
    implicit
  53. implicit def nameToStateT [M[_], S, A] (a: Name[A])(implicit arg0: Pure[M]): StateT[M, S, A]

    Attributes
    implicit
  54. implicit def nameToStream [A] : (Name[A]) ⇒ Stream[A]

    Attributes
    implicit
  55. def nameToTraversable [A, CC[X] <: TraversableLike[X, CC[X]]] (a: Name[A])(implicit arg0: CanBuildAnySelf[CC]): CC[A]

  56. implicit def nameToTree [A] : (Name[A]) ⇒ Tree[A]

    Attributes
    implicit
  57. implicit def nameToTreeLoc [A] : (Name[A]) ⇒ TreeLoc[A]

    Attributes
    implicit
  58. implicit def nameToTuple1 [A] : (Name[A]) ⇒ (A)

    Attributes
    implicit
  59. implicit def nameToTuple2 [A, R] (implicit arg0: Zero[R]): (Name[A]) ⇒ (R, A)

    Attributes
    implicit
  60. implicit def nameToTuple3 [A, R, S] (implicit arg0: Zero[R], arg1: Zero[S]): (Name[A]) ⇒ (R, S, A)

    Attributes
    implicit
  61. implicit def nameToTuple4 [A, R, S, T] (implicit arg0: Zero[R], arg1: Zero[S], arg2: Zero[T]): (Name[A]) ⇒ (R, S, T, A)

    Attributes
    implicit
  62. implicit def nameToTuple5 [A, R, S, T, U] (implicit arg0: Zero[R], arg1: Zero[S], arg2: Zero[T], arg3: Zero[U]): (Name[A]) ⇒ (R, S, T, U, A)

    Attributes
    implicit
  63. implicit def nameToTuple6 [A, R, S, T, U, V] (implicit arg0: Zero[R], arg1: Zero[S], arg2: Zero[T], arg3: Zero[U], arg4: Zero[V]): (Name[A]) ⇒ (R, S, T, U, V, A)

    Attributes
    implicit
  64. implicit def nameToTuple7 [A, R, S, T, U, V, W] (implicit arg0: Zero[R], arg1: Zero[S], arg2: Zero[T], arg3: Zero[U], arg4: Zero[V], arg5: Zero[W]): (Name[A]) ⇒ (R, S, T, U, V, W, A)

    Attributes
    implicit
  65. implicit def nameToValidation [A, X] : (Name[A]) ⇒ Validation[X, A]

    Attributes
    implicit
  66. implicit def nameToValidationFailure [A, X] : (Name[A]) ⇒ FailProjection[A, X]

    Attributes
    implicit
  67. implicit def nameToZipStream [A] : (Name[A]) ⇒ ZipStream[A]

    Attributes
    implicit
  68. implicit def nameToZipper [A] : (Name[A]) ⇒ Zipper[A]

    Attributes
    implicit
  69. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  70. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  71. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  72. implicit def pureName [F[_], A] (a: Name[A])(implicit p: Pure[F]): F[A]

    Attributes
    implicit
  73. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  74. def toString (): String

    Definition Classes
    AnyRef → Any
  75. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  76. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  77. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any