class
Reference extends Implicit
Instance Constructors
-
new
Reference(programInfo: Info, options: Accumulators, name: String)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
-->(body: ⇒ Unit): Unit
-
def
--?: Boolean
-
def
--^[T](implicit arg0: FromString[T]): None.type
-
def
--|: None.type
-
def
->[B](y: B): (Reference, B)
-
def
/(descr: String): String
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
choiceOf[T](choices: T*)(implicit arg0: FromString[T]): None.type
-
def
clone(): AnyRef
-
def
defaultTo[T](default: T)(implicit arg0: FromString[T]): T
-
def
defaultToEnv(envVar: String): String
-
def
ensuring(cond: (Reference) ⇒ Boolean, msg: ⇒ Any): Reference
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Reference
-
def
ensuring(cond: Boolean): Reference
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
expandTo(args: String*): Unit
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
name: String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
opt: String
-
def
optMap[T](f: (String) ⇒ T): Option[T]
-
-
val
programInfo: Info
-
val
self: Any
-
val
self: Any
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Reference, B)
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion any2stringadd from
Reference to StringAdd
Inherited by implicit conversion any2stringfmt from
Reference to StringFormat