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 Unitread(HTValueInput $self, String key, HTValueSerializable value)-
-
Method Detail
-
read
final static <T extends Any> T read(HTValueInput $self, String key, BiCodec<?, T> codec)
-
read
final static Unit read(HTValueInput $self, String key, HTValueSerializable value)
- Since:
0.14.0
-
-
-
-