Package

scalaz.syntax

std

Permalink

package std

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. std
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait BooleanOps extends Ops[Boolean]

    Permalink
  2. trait EitherOps[A, B] extends Ops[Either[A, B]]

    Permalink
  3. trait Function1Ops[T, R] extends Ops[(T) ⇒ R]

    Permalink
  4. trait Function2Ops[T1, T2, R] extends Ops[(T1, T2) ⇒ R]

    Permalink
  5. trait IndexedSeqOps[IS[+_], A] extends Ops[IS[A]]

    Permalink
  6. trait ListOps[A] extends Ops[List[A]]

    Permalink
  7. trait MapOps[K, A] extends Ops[Map[K, A]]

    Permalink
  8. trait OptionIdOps[A] extends Ops[A]

    Permalink
  9. trait OptionOps[A] extends Ops[Option[A]]

    Permalink
  10. trait StreamOps[A] extends Ops[Stream[A]]

    Permalink
  11. trait StringOps extends Ops[String]

    Permalink
  12. trait ToAllStdOps extends ToBooleanOps with ToOptionOps with ToOptionIdOps with ToListOps with ToStreamOps with ToVectorOps with ToFunction2Ops with ToFunction1Ops with ToStringOps with ToTupleOps with ToMapOps with ToEitherOps

    Permalink
  13. trait ToBooleanOps extends AnyRef

    Permalink
  14. trait ToEitherOps extends AnyRef

    Permalink
  15. trait ToFunction1Ops extends AnyRef

    Permalink
  16. trait ToFunction2Ops extends AnyRef

    Permalink
  17. trait ToIndexedSeqOps extends AnyRef

    Permalink
  18. trait ToListOps extends AnyRef

    Permalink
  19. trait ToMapOps extends AnyRef

    Permalink
  20. trait ToOptionIdOps extends AnyRef

    Permalink
  21. trait ToOptionOps extends AnyRef

    Permalink
  22. trait ToStreamOps extends AnyRef

    Permalink
  23. trait ToStringOps extends AnyRef

    Permalink
  24. trait ToTupleOps extends AnyRef

    Permalink
  25. trait ToVectorOps extends AnyRef

    Permalink
  26. trait Tuple10Ops[A, B, C, D, E, F, G, H, I, J] extends Ops[(A, B, C, D, E, F, G, H, I, J)]

    Permalink
  27. trait Tuple11Ops[A, B, C, D, E, F, G, H, I, J, K] extends Ops[(A, B, C, D, E, F, G, H, I, J, K)]

    Permalink
  28. trait Tuple12Ops[A, B, C, D, E, F, G, H, I, J, K, L] extends Ops[(A, B, C, D, E, F, G, H, I, J, K, L)]

    Permalink
  29. trait Tuple2Ops[A, B] extends Ops[(A, B)]

    Permalink
  30. trait Tuple3Ops[A, B, C] extends Ops[(A, B, C)]

    Permalink
  31. trait Tuple4Ops[A, B, C, D] extends Ops[(A, B, C, D)]

    Permalink
  32. trait Tuple5Ops[A, B, C, D, E] extends Ops[(A, B, C, D, E)]

    Permalink
  33. trait Tuple6Ops[A, B, C, D, E, F] extends Ops[(A, B, C, D, E, F)]

    Permalink
  34. trait Tuple7Ops[A, B, C, D, E, F, G] extends Ops[(A, B, C, D, E, F, G)]

    Permalink
  35. trait Tuple8Ops[A, B, C, D, E, F, G, H] extends Ops[(A, B, C, D, E, F, G, H)]

    Permalink
  36. trait Tuple9Ops[A, B, C, D, E, F, G, H, I] extends Ops[(A, B, C, D, E, F, G, H, I)]

    Permalink

Value Members

  1. object all extends ToAllStdOps

    Permalink
  2. object boolean extends ToBooleanOps

    Permalink
  3. object either extends ToEitherOps

    Permalink
  4. object function1 extends ToFunction1Ops

    Permalink
  5. object function2 extends ToFunction2Ops

    Permalink
  6. object indexedSeq extends ToIndexedSeqOps

    Permalink
  7. object list extends ToListOps

    Permalink
  8. object map extends ToMapOps

    Permalink
  9. object option extends ToOptionOps with ToOptionIdOps

    Permalink
  10. object stream extends ToStreamOps

    Permalink
  11. object string extends ToStringOps

    Permalink
  12. object tuple extends ToTupleOps

    Permalink
  13. object vector extends ToVectorOps

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped