Files
atrium/atrium-scala
Robert Stoll 3029b0c5f1 add min max to IsIterable with comparable element
moreover:
- introduce KClassTag instead of using KClass as KClass cannot be used
  in a context bound
- add helper for java.lang.Iterable to scala.collection.Iterable
  conversion
- introduce inline defs to point to the assertions builders instead of
  using getAny etc. -> looks ugly
- make KFunX's arguments contra- and covariant
- move scalaFunXToKotlin from TestUtils to scala package object
- use an lower bound in the implicit conversion from Kotlin's
  assertionCreator to Scala's assertionCreator and simplify specs
2020-06-18 21:35:49 +02:00
..
2020-06-14 21:56:37 +02:00