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

org.powerscala.Finishable.scala Maven / Gradle / Ivy

The newest version!
package org.powerscala

/**
 * Finishable simply defines a method "isFinished" that returns true if the instance is complete.
 *
 * @author Matt Hicks 
 */
trait Finishable {
  def isFinished: Boolean
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy