public final class CPUImplementation extends AbstractImplementationFor<CPU>
ImplementationFor
<CPU
> interface
which enables a functional style of implementing the backend API!CPU
instance via the
ImplementationFor
<CPU
> lambda implementation
receiving an instance of the ExecutionCall class.Modifier and Type | Class and Description |
---|---|
static interface |
CPUImplementation.AndImplementation
This is represents the second step in the simple builder API for
CPUImplementation instances. |
Modifier and Type | Method and Description |
---|---|
static CPUImplementation.AndImplementation |
withArity(int arity) |
run
public static CPUImplementation.AndImplementation withArity(int arity)