Uses of Interface
org.semanticweb.elk.util.collections.Operations.Transformation

Packages that use Operations.Transformation
org.semanticweb.elk.util.collections   
 

Uses of Operations.Transformation in org.semanticweb.elk.util.collections
 

Methods in org.semanticweb.elk.util.collections with parameters of type Operations.Transformation
static
<I,O> Iterable<O>
Operations.map(Iterable<I> input, Operations.Transformation<? super I,O> transformation)
          Transforms elements using a given Operations.Transformation the output elements consist of the result of the transformation in the same order; if the transformation returns null, it is not included in the output
 



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