Class IfFunction<T,V>
- java.lang.Object
-
- org.eclipse.collections.impl.block.function.IfFunction<T,V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Function<T,V>
,Function<T,V>
public class IfFunction<T,V> extends java.lang.Object implements Function<T,V>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
V
valueOf(T object)
-