I - the resource itemR - The resource managedP - the resource parameter@FunctionalInterface public interface ResourceItem<I,P,R>
| Modifier and Type | Method and Description |
|---|---|
ResourceBuilder<I,P,R> |
builder()
Return the resource builder.
|
default R |
get()
Return the resource unique instance.
|
default I |
set(P params)
Attach the resource parameter.
|
default I set(P params)
params - the primitive values for this resourcedefault R get()
ResourceBuilder<I,P,R> builder()
Copyright © 2011–2015 JRebirth OSS. All rights reserved.