| Package | Description |
|---|---|
| be.recipe.api | |
| be.recipe.api.executor | |
| be.recipe.api.patient | |
| be.recipe.api.prescriber | |
| be.recipe.api.reservation | |
| be.recipe.api.series |
| Modifier and Type | Method and Description |
|---|---|
PartialResult<ListReservations.Response> |
ListReservations.list(R request) |
PartialResult<Response> |
ListPrescriptions.Command.list(Request request) |
| Modifier and Type | Method and Description |
|---|---|
PartialResult<Response> |
ListPrescriptions.Command.list(Request request) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ListPrescriptions.PartialResult<T extends ListPrescriptions.Response> |
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPrescriptions.PartialResult.Simple<T extends ListPrescriptions.Response> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ListPrescriptions.Response> |
ListPrescriptions.PartialResult.Simple.wrap(PartialResult<T> target) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ListPrescriptions.Response> |
ListPrescriptions.PartialResult.Simple.wrap(ListPrescriptions.PartialResult<T> target,
java8.util.function.Supplier<PartialResult<T>> factory) |
| Constructor and Description |
|---|
Simple(PartialResult<T> target) |
| Constructor and Description |
|---|
Simple(ListPrescriptions.PartialResult<T> target,
java8.util.function.Supplier<PartialResult<T>> factory) |
| Modifier and Type | Method and Description |
|---|---|
PartialResult<ListReservations.Response> |
ReservationService.Simplified.Router.list(ListReservations.Request request) |
| Modifier and Type | Class and Description |
|---|---|
static class |
PartialResult.Simple<T> |
static class |
PartialResult.Wrapper<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> PartialResult<T> |
PartialResult.Simple.buffered(PartialResult<T> it) |
static <T> PartialResult<T> |
PartialResult.Simple.empty() |
PartialResult<T> |
PartialResult.filter(java8.util.function.Predicate<? super T> predicate) |
PartialResult<T> |
PartialResult.Simple.filter(java8.util.function.Predicate<? super T> predicate) |
PartialResult<T> |
PartialResult.Wrapper.filter(java8.util.function.Predicate<? super T> predicate) |
PartialResult<T> |
PartialResult.Simple.hasMore(boolean hasMore) |
<C> PartialResult<C> |
PartialResult.map(java8.util.function.Function<? super T,? extends C> transformer) |
<C> PartialResult<C> |
PartialResult.Simple.map(java8.util.function.Function<? super T,? extends C> transformer) |
<C> PartialResult<C> |
PartialResult.Wrapper.map(java8.util.function.Function<? super T,? extends C> transformer) |
| Modifier and Type | Method and Description |
|---|---|
static <T> PartialResult<T> |
PartialResult.Simple.buffered(PartialResult<T> it) |
| Constructor and Description |
|---|
Wrapper(PartialResult<T> target) |
Copyright © 2010–2025 Smals. All rights reserved.