All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.barrybecker4.ui.components.Appendable.scala Maven / Gradle / Ivy

There is a newer version: 1.7
Show newest version
// Copyright by Barry G. Becker, 2017. Licensed under MIT License: http://www.opensource.org/licenses/MIT
package com.barrybecker4.ui.components

/**
  * Something that can append strings.
  * @author Barry Becker
  */
trait Appendable {

  /** @param message string to append to the appendable */
  def append(message: String): Unit
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy