-
- All Implemented Interfaces:
-
java.io.Serializable
@FunctionalInterface() public interface Concentration<T> implements Serializable
This interface is a wrapper for concentrations.
-
-
Method Summary
Modifier and Type Method Description abstract TgetContent()Allows to access the content of the concentration. -
-
Method Detail
-
getContent
abstract T getContent()
Allows to access the content of the concentration.
-
-
-
-