org.semanticweb.elk.util.collections
Interface Operations.Transformation<I,O>

Type Parameters:
I - the type of the input of the transformation
O - the type of the output of the transformation
Enclosing class:
Operations

public static interface Operations.Transformation<I,O>

Transformations of input values to output values


Method Summary
 O transform(I element)
          Transforms the input element
 

Method Detail

transform

O transform(I element)
Transforms the input element

Parameters:
element - the element to be transformed
Returns:
the result of the transformation


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.