Types

sbt.internal.util.Types
object Types extends TypeFunctions

Attributes

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

Members list

Type members

Inherited types

type Id[X] = X

Attributes

Inherited from:
TypeFunctions
type NothingK[X] = Nothing

Attributes

Inherited from:
TypeFunctions

Value members

Inherited methods

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

Attributes

Inherited from:
TypeFunctions
final def idFun[A]: A => A

Attributes

Inherited from:
TypeFunctions

Inherited fields

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

Attributes

Inherited from:
TypeFunctions
final val right: [A] => (x$1: A) => Right[Nothing, A]

Attributes

Inherited from:
TypeFunctions
final val some: [A] => (x$1: A) => Some[A]

Attributes

Inherited from:
TypeFunctions