addCell

fun <T : Actor> Table.addCell(actor: T): Table

Alternative to Table.add that returns the Table instead of the new Cell to allow a different way of chaining

Sources

jvm source
Link copied to clipboard