I - the type of input objectsO - the type of output objectspublic static interface Operations.FunctorEx<I,O> extends Operations.Functor<I,O>
Operations.Functor which can do the reverse transformation| Modifier and Type | Method and Description |
|---|---|
I |
deapply(Object element)
The reason this method takes Objects rather than instances of O is
because it's primarily used for an efficient implementation of
Set.contains(Object), which takes an Object |
applyI deapply(Object element)
Set.contains(Object), which takes an Objectelement - the output element to be converted back to inputCopyright © 2011–2024 Live Ontologies Project. All rights reserved.