public interface Transformer<T,U> extends Function<T,U>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
default U |
apply(T value) |
U |
transform(T value) |
U transform(T value) throws TransformationException
default U apply(T value) throws TransformationException
apply インタフェース内 Function<T,U>TransformationExceptionCopyright © 2018. All rights reserved.