object
ControlUtil
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
defining[A, B](value: A)(f: (A) ⇒ B): B
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
ignore[T](f: ⇒ Unit): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
using[T](git1: Git, git2: Git)(f: (Git, Git) ⇒ T): T
-
def
using[T](git: Git)(f: (Git) ⇒ T): T
-
def
using[A, B, C](resource1: A, resource2: B)(f: (A, B) ⇒ C)(implicit arg0: (A) ⇒ AnyRef { def close(): Unit }, arg1: (B) ⇒ AnyRef { def close(): Unit }): C
-
def
using[A, B](resource: A)(f: (A) ⇒ B)(implicit arg0: (A) ⇒ AnyRef { def close(): Unit }): B
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Provides control facilities.