EitherShapes

sealed trait EitherShapes extends AllShapes[[_] =>> Either[Throwable, _$1]]
Companion:
object
trait AllShapes[[_] =>> Either[Throwable, _$1]]
trait AnyTable[[_] =>> Either[Throwable, _$1]]
trait AnyLabel[[_] =>> Either[Throwable, _$1]]
trait AnyGrid[[_] =>> Either[Throwable, _$1]]
trait AnyChart[[_] =>> Either[Throwable, _$1]]
trait AnyBox[[_] =>> Either[Throwable, _$1]]
class Object
trait Matchable
class Any
object EitherShapes.type

Extensions

Inherited extensions

extension (screen: Screen[F])
def putChart(pt: Point, chart: Chart): Either[Throwable, Unit]
Inherited from:
AnyChart
def putChart(pt: Point, chart: Chart, textStyle: TextStyle): Either[Throwable, Unit]
Inherited from:
AnyChart
def putLabel(pt: Point, label: Label): Either[Throwable, Unit]
Inherited from:
AnyLabel
def putLabel(pt: Point, label: Label, textStyle: TextStyle): Either[Throwable, Unit]
Inherited from:
AnyLabel
def putTable(pt: Point, table: Table): Either[Throwable, Unit]
Inherited from:
AnyTable
def putTable(pt: Point, table: Table, textStyle: TextStyle): Either[Throwable, Unit]
Inherited from:
AnyTable
extension (screen: Screen[F])
def putGrid(pt: Point, grid: Grid): Either[Throwable, Unit]
Inherited from:
AnyGrid
def putGrid(pt: Point, grid: Grid, textStyle: TextStyle): Either[Throwable, Unit]
Inherited from:
AnyGrid
extension (screen: Screen[F])
def putBox(pt: Point, box: Box): Either[Throwable, Unit]
Inherited from:
AnyBox
def putBox(pt: Point, box: Box, textStyle: TextStyle): Either[Throwable, Unit]
Inherited from:
AnyBox