UseCase

class UseCase

A use case describing a scenario where the product can be applied.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description of the use case.

Link copied to clipboard

The human-readable name of the use case.

Link copied to clipboard

The machine-readable identifier of the use case.

Functions

Link copied to clipboard
inline fun copy(block: UseCase.Builder.() -> Unit = {}): UseCase
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String