File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
_overviews/scala3-scaladoc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ In order for a scaladoc searchbar query to be searched using Inkuire instead of
41
41
42
42
Accepted input is similar to a curried function signature in Scala 3. With some differences:
43
43
- AndTypes, OrTypes and Functions have to be enclosed in parentheses e.g. ` (Int & Any) => String `
44
- - static fields and static functions that don't take parameters can be found by their type preceded with ` => ` e.g. ` => Int `
44
+ - fields and parameterless methods can be found by preceding their type with ` => ` , e.g., ` => Int `
45
45
- A wildcard ` _ ` can be used to indicate that we want to match any type in a given place e.g. ` Long => Double => _ `
46
46
- Types in the form of single letter e.g. ` A ` or a letter with a digit ` X1 ` are automatically assumed to be type variables
47
47
- Other type variables can be declared just like in polymorphic functions e.g. ` [AVariable, AlsoAVariable] => AVariable => AlsoAVariable => AVariable `
You can’t perform that action at this time.
0 commit comments