Interface LinkedListSetPromise.Translate<E>
-
- Enclosing class:
- LinkedListSetPromise<I,E>
public static interface LinkedListSetPromise.Translate<E>Translates the entry to aFunctionState.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionStatetranslate(E entry)Translates the entry to aFunctionState.
-
-
-
Method Detail
-
translate
FunctionState translate(E entry)
Translates the entry to aFunctionState.- Parameters:
entry- Entry ofLinkedListSet.- Returns:
FunctionState.
-
-