blockudoku.services
Members list
Type members
Classlikes
Allows code to be run in a separate thread.
Allows code to be run in a separate thread.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
A task that can be cancelled. This is a wrapper around a future and a promise. Should not be created directly.
A task that can be cancelled. This is a wrapper around a future and a promise. Should not be created directly.
Value parameters
- executor
-
The executor that runs the task.
- future
-
The future that represents the task.
- promise
-
The promise that the task is based on.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Represents an event that can be listened to.
Represents an event that can be listened to.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Builds a new grid that can be displayed instead of the actual grid, where the currently selected element is placed in the grid.
Builds a new grid that can be displayed instead of the actual grid, where the currently selected element is placed in the grid.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class GridPreviewBuilderImpl
Contains math-related utility functions.
Contains math-related utility functions.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MathExt.type
Abstracts random number generation to allow for testing.
Abstracts random number generation to allow for testing.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class RandomImpl
Attributes
- Supertypes