Class HTValueInputKt
-
- All Implemented Interfaces:
public final class HTValueInputKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> Tread(HTValueInput $self, String key, BiCodec<?, T> codec)final static <T extends Any> Iterable<T>list(HTValueInput $self, String key, BiCodec<?, T> codec)final static <T extends Any> Iterable<T>listOrEmpty(HTValueInput $self, String key, BiCodec<?, T> codec)-
-
Method Detail
-
read
final static <T extends Any> T read(HTValueInput $self, String key, BiCodec<?, T> codec)
-
list
final static <T extends Any> Iterable<T> list(HTValueInput $self, String key, BiCodec<?, T> codec)
-
listOrEmpty
final static <T extends Any> Iterable<T> listOrEmpty(HTValueInput $self, String key, BiCodec<?, T> codec)
-
-
-
-