S
- The source representationT
- The target representation@FunctionalInterface
public interface SolutionDecoder<S extends Solution<?>,T extends Solution<?>>
extends io.vavr.Function1<S,T>
An interface for decoding some types of solutions into others.
Modifier and Type | Interface and Description |
---|---|
static interface |
io.vavr.Lambda.Memoized |
Modifier and Type | Method and Description |
---|---|
default T |
apply(S s) |
T |
decodeSolution(S solution)
Decodes the given solution.
|
default boolean |
isMemoized() |