IParseMathUseCase

interface IParseMathUseCase : IPairUseCase<String, Context, Value>

Inheritors

Functions

Link copied to clipboard
abstract operator fun invoke(input1: String, input2: Context): Value