o

sbt.util

InterfaceUtil

object InterfaceUtil

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

Value Members

  1. def jo2o[A](o: Optional[A]): Option[A]
  2. def o2jo[A](o: Option[A]): Optional[A]
  3. def position(line0: Option[Integer], content: String, offset0: Option[Integer], pointer0: Option[Integer], pointerSpace0: Option[String], sourcePath0: Option[String], sourceFile0: Option[File], startOffset0: Option[Integer], endOffset0: Option[Integer], startLine0: Option[Integer], startColumn0: Option[Integer], endLine0: Option[Integer], endColumn0: Option[Integer]): Position
  4. def problem(cat: String, pos: Position, msg: String, sev: Severity, rendered: Option[String]): Problem
  5. def t2[A1, A2](x: (A1, A2)): T2[A1, A2]
  6. def toJavaFunction[A1, R](f: (A1) ⇒ R): Function[A1, R]
  7. def toOption[A](m: Optional[A]): Option[A]
  8. def toOptional[A](o: Option[A]): Optional[A]
  9. def toSupplier[A](a: ⇒ A): Supplier[A]

Deprecated Value Members

  1. def position(line0: Option[Integer], content: String, offset0: Option[Integer], pointer0: Option[Integer], pointerSpace0: Option[String], sourcePath0: Option[String], sourceFile0: Option[File]): Position
    Annotations
    @deprecated
    Deprecated

    (Since version 1.2.2) Use the overload of this method with more arguments

  2. def problem(cat: String, pos: Position, msg: String, sev: Severity): Problem
    Annotations
    @deprecated
    Deprecated

    (Since version 1.2.2) Use the overload of this method with more arguments