Property

org.specs2.control.Property
See theProperty companion class
object Property

Companion object to create properties with possibly no initial value

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Property.type

Members list

Value members

Concrete methods

def apply[T](i: => T)(using CanEqual[T, T]): Property[T]
def apply[T]()(using CanEqual[T, T]): Property[T]