TypeFunctions

sbt.internal.util.TypeFunctions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Types.type

Members list

Type members

Types

type Id[X] = X
type NothingK[X] = Nothing

Value members

Concrete methods

final def const[A, B](b: B): A => B
final def idFun[A]: A => A

Concrete fields

final val left: [A] => (x$1: A) => Left[A, Nothing]
final val right: [A] => (x$1: A) => Right[Nothing, A]
final val some: [A] => (x$1: A) => Some[A]