package strikt.protobuf
Methods
isEmpty
fun Builder
Receiver
| Name | Description |
|---|---|
Builder
|
ReturnValue
| Name | Description |
|---|---|
Unit
|
unpacksTo
fun <T> Builder
Asserts that the subject is a message of type T.
Receiver
| Name | Description |
|---|---|
Builder
|
ReturnValue
| Name | Description |
|---|---|
Builder
|
unpack
fun <T> Builder
Maps an assertion on com.google.protobuf.Any to an assertion on an unpacked
message of type T.
Receiver
| Name | Description |
|---|---|
Builder
|
ReturnValue
| Name | Description |
|---|---|
Builder
|
Asserts that a
com.google.protobuf.Anyis empty and does not contain an object of any kind.