toggle menu
Parsek
0.8.1
common
switch theme
search in API
Parsek
/
org.kobjects.parsek.expressionparser
/
ConfigurableExpressionParser
/
Operator
/
Unary
Unary
class
Unary
<
S
,
C
,
R
>
(
val
precedence
:
Int
,
val
build
:
(
S
,
C
,
String
,
R
)
->
R
)
:
ConfigurableExpressionParser.Operator
<
S
,
C
,
R
>
The precedence and build function for a unary operator.
Members
Constructors
Unary
Link copied to clipboard
constructor
(
precedence
:
Int
,
build
:
(
S
,
C
,
String
,
R
)
->
R
)
Properties
build
Link copied to clipboard
val
build
:
(
S
,
C
,
String
,
R
)
->
R
precedence
Link copied to clipboard
open
override
val
precedence
:
Int