Common

just.Common
object Common

Attributes

Since

2018-12-15

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Common.type

Members list

Value members

Concrete methods

inline def none[A]: Option[A]

Extensions

Extensions

extension [A](a: A)
inline def asLeft[B]: Either[A, B]
inline def asRight[B]: Either[B, A]
inline def some: Option[A]
extension [A](a1: A)(using CanEqual[A, A])
inline def !==(a2: A): Boolean
inline def ===(a2: A): Boolean
extension [A](x: Seq[A])
def compareElems(y: Seq[A])(using ordering: Ordering[A]): Int