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.
|
Copyright © 2011–2016 JRebirth OSS. All rights reserved.