o

gitbucket.core.util

SyntaxSugars

object SyntaxSugars

Provides control facilities.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SyntaxSugars
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class HeadValueAccessibleMap extends AnyRef

    Provides easier and explicit ways to access to a head value of Map[String, Seq[String]].

    Provides easier and explicit ways to access to a head value of Map[String, Seq[String]]. This is intended to use in implementations of scalatra-forms's Constraint or ValueType.

Value Members

  1. object ~

Deprecated Value Members

  1. def defining[A, B](value: A)(f: (A) => B): B
    Annotations
    @deprecated
    Deprecated

    (Since version 4.36.0) Use scala.util.Try instead

  2. def ignore[T](f: => Unit): Unit
    Annotations
    @deprecated
    Deprecated

    (Since version 4.36.0) Use scala.util.Try instead