write abstract method

void write(
  1. Object object
)

Output a string. The output will not be html escaped, and will be written before the output returned from the lambda.

Implementation

void write(Object object);