public class TwoHopTransformer<T,U,V> extends Object implements Transformer<T,V>
| コンストラクタと説明 |
|---|
TwoHopTransformer(Transformer<T,U> firstTransformer,
Transformer<U,V> secondTransformer) |
public TwoHopTransformer(Transformer<T,U> firstTransformer, Transformer<U,V> secondTransformer)
public V transform(T value) throws TransformationException
transform インタフェース内 Transformer<T,V>TransformationExceptionCopyright © 2016. All rights reserved.