package core
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- core
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
Cache[I, O] extends AnyRef
Generic cache that stores results of operations with input type I and output type O
Generic cache that stores results of operations with input type I and output type O
- I
input type
- O
output type
-
trait
CachedFunction[I, O, C[_]] extends AnyRef
Runs a function I => O proxied through a cache
Runs a function I => O proxied through a cache
- I
input type of the function
- O
output type of the function
- C
context for the output type (e.g. Option)
-
implicit final
class
Chars extends AnyVal
Common utilities to deal with Characters
-
implicit final
class
Strings extends AnyVal
Common utility methods to deal with Strings.
Value Members
-
def
countWhile(predicate: (Int) ⇒ Boolean): Int
Count the number of times a given predicate holds true The predicate receives an Int as a parameter
- object Cache
- object CachedFunction