ListOps

skunk.syntax.ListOps
final class ListOps[A](as: List[A])

Attributes

Source:
ListOps.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def align[B](bs: List[B]): List[Ior[A, B]]

Attributes

Source:
ListOps.scala