Before

case class Before[R1](r1: R1) extends IndexedDecoration[R1, Nothing]
trait Serializable
trait Product
trait Equals
class IndexedDecoration[R1, Nothing]
class Object
trait Matchable
class Any

Value members

Concrete methods

def afterOption: Option[Nothing]
def beforeOption: Option[R1]

Inherited methods

def decorate[S](s: S)(prepend: (R1, S) => S, append: (S, Nothing) => S): S
Inherited from:
IndexedDecoration
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product