@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() |
static int |
toCode(CharSequence cs) |
default Type |
type() |
static boolean checkKeys(@NotNull WireKey[] keys)
static int toCode(@NotNull CharSequence cs)
@NotNull CharSequence name()
default int code()
default Type type()
@Nullable default Object defaultValue()
default boolean contentEquals(@NotNull CharSequence c)
Copyright © 2018. All rights reserved.