Package | Description |
---|---|
eu.bandm.tools.lljava.codec |
Modifier and Type | Method and Description |
---|---|
protected <A extends LLJava.ConstantPoolEntry,B extends LLJava.ConstantPoolEntry> |
Decoder.lazy(BiFunction<? super A,? super B,? extends LLJava.ConstantPoolEntry> fun,
Class<A> type1,
Class<B> type2) |
protected <A extends LLJava.ConstantPoolEntry> |
Decoder.lazy(Function<? super A,? extends LLJava.ConstantPoolEntry> fun,
Class<A> type1) |
see also the complete user documentation .