@FunctionalInterface public interface WireKey
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkKeys(WireKey[] keys) |
default int |
code() |
default boolean |
contentEquals(CharSequence c) |
default Object |
defaultValue() |
CharSequence |
name() |
default Type |
type() |
static boolean checkKeys(@NotNull
WireKey[] keys)
@NotNull CharSequence name()
default int code()
default Type type()
@Nullable default Object defaultValue()
default boolean contentEquals(@NotNull
CharSequence c)
Copyright © 2015. All rights reserved.