org.eclipse.xtext.xbase.lib
Class IterableExtensions.FunctionDelegate<P,R>

java.lang.Object
  extended by org.eclipse.xtext.xbase.lib.IterableExtensions.FunctionDelegate<P,R>
All Implemented Interfaces:
com.google.common.base.Function<P,R>
Enclosing class:
IterableExtensions

protected static class IterableExtensions.FunctionDelegate<P,R>
extends java.lang.Object
implements com.google.common.base.Function<P,R>


Constructor Summary
protected IterableExtensions.FunctionDelegate(Functions.Function1<? super P,R> delegate)
           
 
Method Summary
 R apply(P input)
           
 
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
 

Constructor Detail

IterableExtensions.FunctionDelegate

protected IterableExtensions.FunctionDelegate(Functions.Function1<? super P,R> delegate)
Method Detail

apply

public R apply(P input)
Specified by:
apply in interface com.google.common.base.Function<P,R>