Package space.arim.dazzleconf.serialiser
Interface FlexibleTypeFunction<T>
- Type Parameters:
T- the type of the result
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface which computes a result from a
FlexibleType- Author:
- A248
-
Method Summary
Modifier and TypeMethodDescriptiongetResult(FlexibleType flexibleType) Gets a result from the flexible type
-
Method Details
-
getResult
Gets a result from the flexible type- Parameters:
flexibleType- the flexible type- Returns:
- the result
- Throws:
BadValueException- if thrown fromFlexibleType's methods
-