BeforeAfter

case class BeforeAfter[R1, R2](before: R1, after: R2) extends IndexedDecoration[R1, R2]
trait Serializable
trait Product
trait Equals
class IndexedDecoration[R1, R2]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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