Module de.ibapl.jnhw.common
Package de.ibapl.jnhw.common.memory
Interface OpaqueMemory32.OpaqueMemory32Producer<T extends OpaqueMemory32,P extends AbstractNativeMemory>
-
- Enclosing class:
- OpaqueMemory32
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface OpaqueMemory32.OpaqueMemory32Producer<T extends OpaqueMemory32,P extends AbstractNativeMemory>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tproduce(NativeAddressHolder address, P parent)
-
-
-
Method Detail
-
produce
T produce(NativeAddressHolder address, P parent)
- Parameters:
address- the address to use.parent- the parent of the result with given address.- Returns:
- a cached or new OpaqueMemory.
-
-