soot.jimple.spark.ondemand.genericutil
Interface Mapper<T,U>


public interface Mapper<T,U>

A simple interface for defining a function that maps objects.


Method Summary
 U map(T obj_)
           
 

Method Detail

map

U map(T obj_)