au.com.dius.pact.model

waitingforscalaz

package waitingforscalaz

Visibility
  1. Public
  2. All

Type Members

  1. case class Both[A, B](a: A, b: B) extends These[A, B] with Product with Serializable

  2. case class That[A, B](b: B) extends These[A, B] with Product with Serializable

  3. sealed trait These[A, B] extends AnyRef

    scalaz 2.

  4. case class This[A, B](a: A) extends These[A, B] with Product with Serializable

Value Members

  1. object Align

Ungrouped