Dali Provisional API
Release 3.2

org.eclipse.jpt.common.utility
Class Pair.LeftTransformer<L,R>

java.lang.Object
  extended by org.eclipse.jpt.common.utility.Pair.LeftTransformer<L,R>
All Implemented Interfaces:
org.eclipse.jpt.common.utility.transformer.InterruptibleTransformer<Pair<L,R>,L>, org.eclipse.jpt.common.utility.transformer.Transformer<Pair<L,R>,L>
Enclosing interface:
Pair<L,R>

public static class Pair.LeftTransformer<L,R>
extends Object
implements org.eclipse.jpt.common.utility.transformer.Transformer<Pair<L,R>,L>


Constructor Summary
Pair.LeftTransformer()
           
 
Method Summary
 String toString()
           
 L transform(Pair<L,R> pair)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Pair.LeftTransformer

public Pair.LeftTransformer()
Method Detail

transform

public L transform(Pair<L,R> pair)
Specified by:
transform in interface org.eclipse.jpt.common.utility.transformer.InterruptibleTransformer<Pair<L,R>,L>
Specified by:
transform in interface org.eclipse.jpt.common.utility.transformer.Transformer<Pair<L,R>,L>

toString

public String toString()
Overrides:
toString in class Object

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.