io.funkode.portfolio

Members list

Concise view

Type members

Classlikes

enum PortfolioError(msg: String, cause: Option[Throwable]) extends Throwable

Attributes

Graph
Supertypes
trait Enum
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Types

type PortfolioCall[R] = IO[PortfolioError, R]