Packages

object OptRestriction

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

Value Members

  1. implicit def pairRestriction[X1[_], Y1[_], X2[_], Y2[_], G[_]](implicit rest1: OptRestriction[X1, Y1], rest2: OptRestriction[X2, Y2]): OptRestriction[[A](X1[A], X2[A]), [A](Y1[A], Y2[A])]
  2. implicit def subtypRestriction[X[_], Y[_] >: X[_]]: OptRestriction[X, Y]