c

scala.compat.java8

FunctionConvertersTest

class FunctionConvertersTest extends AnyRef

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

Instance Constructors

  1. new FunctionConvertersTest()

Type Members

  1. case class Box[A](value: A) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. var cache: Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. val fyl: File
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val nmm: Long
  16. val nnn: Double
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. val num: Int
  20. def recall: Any
  21. def sameS[A, B, C, D](f: (A) => B, g: (C) => D)(implicit ev1: =:=[A, C], ev2: =:=[B, D]): Box[(A) => Boolean]
  22. def sameS[A, B, C, D, E, F](f: (A, B) => C, g: (D, E) => F)(implicit ev1: =:=[A, D], ev2: =:=[B, E], ev3: =:=[C, F]): Box[(A, B) => Boolean]
  23. def save(a: Any): Any
  24. val str: String
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def test_BiConsumer(): Unit
    Annotations
    @Test()
  27. def test_BiFunction(): Unit
    Annotations
    @Test()
  28. def test_BiPredicate(): Unit
    Annotations
    @Test()
  29. def test_BinaryOperator(): Unit
    Annotations
    @Test()
  30. def test_BooleanSupplier(): Unit
    Annotations
    @Test()
  31. def test_Consumer(): Unit
    Annotations
    @Test()
  32. def test_DoubleBinaryOperator(): Unit
    Annotations
    @Test()
  33. def test_DoubleConsumer(): Unit
    Annotations
    @Test()
  34. def test_DoubleFunction(): Unit
    Annotations
    @Test()
  35. def test_DoublePredicate(): Unit
    Annotations
    @Test()
  36. def test_DoubleSupplier(): Unit
    Annotations
    @Test()
  37. def test_DoubleToIntFunction(): Unit
    Annotations
    @Test()
  38. def test_DoubleToLongFunction(): Unit
    Annotations
    @Test()
  39. def test_DoubleUnaryOperator(): Unit
    Annotations
    @Test()
  40. def test_Function(): Unit
    Annotations
    @Test()
  41. def test_IntBinaryOperator(): Unit
    Annotations
    @Test()
  42. def test_IntConsumer(): Unit
    Annotations
    @Test()
  43. def test_IntFunction(): Unit
    Annotations
    @Test()
  44. def test_IntPredicate(): Unit
    Annotations
    @Test()
  45. def test_IntSupplier(): Unit
    Annotations
    @Test()
  46. def test_IntToDoubleFunction(): Unit
    Annotations
    @Test()
  47. def test_IntToLongFunction(): Unit
    Annotations
    @Test()
  48. def test_IntUnaryOperator(): Unit
    Annotations
    @Test()
  49. def test_LongBinaryOperator(): Unit
    Annotations
    @Test()
  50. def test_LongConsumer(): Unit
    Annotations
    @Test()
  51. def test_LongFunction(): Unit
    Annotations
    @Test()
  52. def test_LongPredicate(): Unit
    Annotations
    @Test()
  53. def test_LongSupplier(): Unit
    Annotations
    @Test()
  54. def test_LongToDoubleFunction(): Unit
    Annotations
    @Test()
  55. def test_LongToIntFunction(): Unit
    Annotations
    @Test()
  56. def test_LongUnaryOperator(): Unit
    Annotations
    @Test()
  57. def test_ObjDoubleConsumer(): Unit
    Annotations
    @Test()
  58. def test_ObjIntConsumer(): Unit
    Annotations
    @Test()
  59. def test_ObjLongConsumer(): Unit
    Annotations
    @Test()
  60. def test_Predicate(): Unit
    Annotations
    @Test()
  61. def test_Supplier(): Unit
    Annotations
    @Test()
  62. def test_ToDoubleBiFunction(): Unit
    Annotations
    @Test()
  63. def test_ToDoubleFunction(): Unit
    Annotations
    @Test()
  64. def test_ToIntBiFunction(): Unit
    Annotations
    @Test()
  65. def test_ToIntFunction(): Unit
    Annotations
    @Test()
  66. def test_ToLongBiFunction(): Unit
    Annotations
    @Test()
  67. def test_ToLongFunction(): Unit
    Annotations
    @Test()
  68. def test_UnaryOperator(): Unit
    Annotations
    @Test()
  69. def toString(): String
    Definition Classes
    AnyRef → Any
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  71. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  72. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped