RelativeTimeFormatMutableBuilder

@inline final class RelativeTimeFormatMutableBuilder[Self <: RelativeTimeFormat](val x: Self) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def setFormat(value: (Double, RelativeTimeFormatUnit) => String): Self
@inline
def setFormatToParts(value: (Double, RelativeTimeFormatUnit) => Array[RelativeTimeFormatPart]): Self

Concrete fields

val x: Self