PartitionUtils

class Object
trait Matchable
class Any

Type members

Classlikes

final case class Available[A](values: Set[A]) extends AnyVal
trait Entry[A, B]

Value members

Concrete methods

def allowed[A, B](s: Set[Entry[A, B]], available: Available[A]): Boolean
def matchLine[A, B](ps: List[Available[A]], line: List[Set[Entry[A, B]]]): Boolean
def partsOver[A, B](set: Set[Entry[A, B]], ps: List[Available[A]]): LazyList[List[Set[Entry[A, B]]]]