mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
35 lines
894 B
Plaintext
35 lines
894 B
Plaintext
|
---input---
|
||
|
inline fun <reified T : ContractState> VaultService.queryBy(): Vault.Page<T> {
|
||
|
|
||
|
---tokens---
|
||
|
'inline' Keyword.Declaration
|
||
|
' ' Text.Whitespace
|
||
|
'fun' Keyword.Declaration
|
||
|
' ' Text.Whitespace
|
||
|
'<' Operator
|
||
|
'reified' Keyword
|
||
|
' ' Text.Whitespace
|
||
|
'T' Name
|
||
|
' ' Text.Whitespace
|
||
|
':' Punctuation
|
||
|
' ' Text.Whitespace
|
||
|
'ContractState' Name
|
||
|
'>' Operator
|
||
|
' ' Text.Whitespace
|
||
|
'VaultService' Name
|
||
|
'.' Punctuation
|
||
|
'queryBy' Name.Function
|
||
|
'(' Punctuation
|
||
|
')' Punctuation
|
||
|
':' Punctuation
|
||
|
' ' Text.Whitespace
|
||
|
'Vault' Name
|
||
|
'.' Punctuation
|
||
|
'Page' Name.Attribute
|
||
|
'<' Operator
|
||
|
'T' Name
|
||
|
'>' Operator
|
||
|
' ' Text.Whitespace
|
||
|
'{' Punctuation
|
||
|
'\n' Text.Whitespace
|