Skip to content

Commit

Permalink
Add note in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKubuszok committed Jun 25, 2024
1 parent d8f0bec commit a5c1e13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,10 @@ If you need support for:
`scala.collection.IterableOnce` with a dedicated `Factory` (or `CanBuildFrom`)
- `java.util.Map`/`java.util.Dictionary`/`java.util.Properties` and convert to/from `scala.collection.Map`
- `java.util.stream`s and convert them to/from all sorts of Scala collections
- `java.lang.Boolean`/`java.lang.Byte`/`java.lang.Char`/`java.lang.Int`/`java.lang.Long`/`java.lang.Long`/
`java.lang.Short`/`java.lang.Float`/`java.lang.Double` and convert to/from its `scala` counterpart

Then you can use one simple import to enable it:
then you can use one simple import to enable it:

!!! example

Expand Down

0 comments on commit a5c1e13

Please sign in to comment.