Object

views.html.bs

Args

Related Doc: package bs

Permalink

object Args

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Args
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def get(args: Seq[(Symbol, Any)], key: Symbol): Option[Any]

    Permalink

    Gets the value for the selected key

  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. def inner(args: Seq[(Symbol, Any)], default: (Symbol, Any)*): Seq[(Symbol, Any)]

    Permalink

    Returns only the inner arguments (those that are exclusive for an input and not for the field constructor).

    Returns only the inner arguments (those that are exclusive for an input and not for the field constructor). Removes every argument with a prefixed underscore (_) and those whose value is false. It also lets you add some default arguments to the parameter 'args'.

  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def isTrue(args: Seq[(Symbol, Any)], key: Symbol): Boolean

    Permalink

    Returns true only if exists a pair with that key and its value is true.

  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. def remove(args: Seq[(Symbol, Any)], keys: Symbol*): Seq[(Symbol, Any)]

    Permalink

    Removes those arguments with these keys

  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def withAddingStringValue(args: Seq[(Symbol, Any)], arg: Symbol, maybeValue: Option[String]): Seq[(Symbol, Any)]

    Permalink
  25. def withAddingStringValue(args: Seq[(Symbol, Any)], arg: Symbol, value: String): Seq[(Symbol, Any)]

    Permalink

    Adds a string value to a selected arg.

    Adds a string value to a selected arg. For example, to add "form-control" to 'class, even if there is already other extra class

  26. def withDefault(args: Seq[(Symbol, Any)], default: (Symbol, Any)*): Seq[(Symbol, Any)]

    Permalink

    Adds some default arguments to the parameter 'args'

  27. def withoutNones(args: Seq[(Symbol, Any)], default: (Symbol, Any)*): Seq[(Symbol, Any)]

    Permalink

    Removes those arguments which its value is None.

    Removes those arguments which its value is None. It lets you omit those arguments that satisfy some criteria. It also lets you add some default arguments to the parameter 'args'.

Inherited from AnyRef

Inherited from Any

Ungrouped