AsProperty

abstract
class AsProperty[A]
See also
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def asProperty(a: A): Property

Concrete methods

final
def contramap[B](f: B => A): AsProperty[B]