OperativeSystem

com.geirolz.git4s.data.OperativeSystem
See theOperativeSystem companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Linux extends OperativeSystem

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Linux.type
case object MacOS extends OperativeSystem

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
MacOS.type
case object Windows extends OperativeSystem

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Windows.type

Value members

Concrete methods

def getCurrent[F[_] : Async]: F[OperativeSystem]