After

case class After[R2](r2: R2) extends IndexedDecoration[Nothing, R2]
trait Serializable
trait Product
trait Equals
class IndexedDecoration[Nothing, R2]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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