Package kr.toxicity.library.dynamicuv
Interface UVIndexFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A functional interface for generating index strings.
-
Method Summary
-
Method Details
-
indexing
Generates an index string for the given index.- Parameters:
index- the index- Returns:
- the index string
-