@Deprecated
public class ObjectsConvertor
extends java.lang.Object
| Constructor and Description | 
|---|
ObjectsConvertor()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T,S> java.util.List<S> | 
convert(java.util.Collection<? extends T> in,
       Convertor<? super T,? extends S> convertor)
Deprecated. 
 
 | 
static java.util.List<VirtualFile> | 
fp2vf(java.util.Collection<? extends FilePath> in)
Deprecated. 
 
 | 
static java.util.List<FilePath> | 
vf2fp(java.util.List<? extends VirtualFile> in)
Deprecated. 
 
 | 
@Deprecated public static java.util.List<VirtualFile> fp2vf(java.util.Collection<? extends FilePath> in)
ContainerUtil.map(Collection, Function)@Deprecated public static java.util.List<FilePath> vf2fp(java.util.List<? extends VirtualFile> in)
ContainerUtil.map(Collection, Function)@Deprecated
public static <T,S> java.util.List<S> convert(java.util.Collection<? extends T> in,
                                              Convertor<? super T,? extends S> convertor)
ContainerUtil.map(Collection, Function)