| Package | Description |
|---|---|
| de.learnlib.mapper | |
| de.learnlib.mapper.api |
| Modifier and Type | Class and Description |
|---|---|
class |
StringMapper<CI> |
| Modifier and Type | Method and Description |
|---|---|
static <AI,AO,ACI,CAO,CI,CO> |
SULMappers.compose(SULMapper<? super AI,? extends AO,ACI,CAO> outerMapper,
SULMapper<? super ACI,? extends CAO,? extends CI,? super CO> innerMapper) |
| Modifier and Type | Method and Description |
|---|---|
static <AI,AO,CI,CO> |
SULMappers.apply(SULMapper<? super AI,? extends AO,CI,CO> mapper,
SUL<? super CI,? extends CO> sul) |
static <AI,AO,ACI,CAO,CI,CO> |
SULMappers.compose(SULMapper<? super AI,? extends AO,ACI,CAO> outerMapper,
SULMapper<? super ACI,? extends CAO,? extends CI,? super CO> innerMapper) |
static <AI,AO,ACI,CAO,CI,CO> |
SULMappers.compose(SULMapper<? super AI,? extends AO,ACI,CAO> outerMapper,
SULMapper<? super ACI,? extends CAO,? extends CI,? super CO> innerMapper) |
| Constructor and Description |
|---|
MappedSUL(SULMapper<? super AI,? extends AO,? extends CI,? super CO> mapper,
SUL<? super CI,? extends CO> sul) |
| Modifier and Type | Method and Description |
|---|---|
default SULMapper<AI,AO,CI,CO> |
SULMapper.fork()
Forks this mapper, i.e., returns a mapper that behaves in exactly the same way as this mapper, but allows for
being used independently of this mapper.
|
Copyright © 2019. All rights reserved.