InterfaceUtil

sbt.util.InterfaceUtil$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def jl2l[A](jl: List[A]): List[A]
def jo2o[A](o: Optional[A]): Option[A]
def l2jl[A](l: List[A]): List[A]
def o2jo[A](o: Option[A]): Optional[A]
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
def problem(cat: String, pos: Position, msg: String, sev: Severity, rendered: Option[String], diagnosticCode: Option[DiagnosticCode], diagnosticRelatedInforamation: List[DiagnosticRelatedInformation]): Problem
def t2[A1, A2](x: (A1, A2)): T2[A1, A2]
def toJavaFunction[A1, R](f: A1 => R): Function[A1, R]
def toOption[A](m: Optional[A]): Option[A]
def toOptional[A](o: Option[A]): Optional[A]
def toSupplier[A](a: => A): Supplier[A]

Deprecated methods

def position(line0: Option[Integer], content: String, offset0: Option[Integer], pointer0: Option[Integer], pointerSpace0: Option[String], sourcePath0: Option[String], sourceFile0: Option[File]): Position

Attributes

Deprecated
true
def problem(cat: String, pos: Position, msg: String, sev: Severity): Problem

Attributes

Deprecated
true
def problem(cat: String, pos: Position, msg: String, sev: Severity, rendered: Option[String]): Problem

Attributes

Deprecated
true