FutureShapes

object FutureShapes extends FutureShapes
Companion:
class
trait Sum
trait Mirror
trait AllShapes[Future]
trait AnyTable[Future]
trait AnyLabel[Future]
trait AnyGrid[Future]
trait AnyChart[Future]
trait AnyBox[Future]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Extensions

Inherited extensions

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