Decoration

object Decoration
class Object
trait Matchable
class Any

Value members

Concrete methods

def after[R](after: R): Decoration[R]
def apply[R](l: R, r: R): Decoration[R]
def before[R](before: R): Decoration[R]
def naked: Decoration[Nothing]