ReifiedShape

trait ReifiedShape extends GenericShape[Reification]
trait GenericShape[Reification]
trait Shape[[_] =>> Finalized[Reification, _$2]]
trait Algebra[[_] =>> Finalized[Reification, _$2]]
class Object
trait Matchable
class Any
class Algebra

Type members

Classlikes

object ShapeApi extends ShapeApi

Inherited classlikes

trait ShapeApi
Inherited from
GenericShape

Value members

Inherited methods

def circle(diameter: Double): Finalized[Reification, Unit]
Inherited from
GenericShape
def empty: Finalized[Reification, Unit]
Inherited from
GenericShape
def rectangle(width: Double, height: Double): Finalized[Reification, Unit]
Inherited from
GenericShape
def square(width: Double): Finalized[Reification, Unit]
Inherited from
GenericShape
def triangle(width: Double, height: Double): Finalized[Reification, Unit]
Inherited from
GenericShape