br.com.objectos.way.code
Class InterfaceInfoToImportInfo

java.lang.Object
  extended by br.com.objectos.way.code.InterfaceInfoToImportInfo
All Implemented Interfaces:
com.google.common.base.Function<InterfaceInfo,Set<ImportInfo>>

public class InterfaceInfoToImportInfo
extends Object
implements com.google.common.base.Function<InterfaceInfo,Set<ImportInfo>>

Author:
marcio.endo@objectos.com.br (Marcio Endo)

Method Summary
 Set<ImportInfo> apply(InterfaceInfo input)
           
static com.google.common.base.Function<InterfaceInfo,Set<ImportInfo>> get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Method Detail

get

public static com.google.common.base.Function<InterfaceInfo,Set<ImportInfo>> get()

apply

public Set<ImportInfo> apply(InterfaceInfo input)
Specified by:
apply in interface com.google.common.base.Function<InterfaceInfo,Set<ImportInfo>>


Copyright © 2014. All rights reserved.