S
I
T
public class CompoundCoercion<S,I,T> extends Object implements Coercion<S,T>
CompoundCoercion(Coercion<S,I> op1, Coercion<I,T> op2)
coerce(S input)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public CompoundCoercion(Coercion<S,I> op1, Coercion<I,T> op2)
public T coerce(S input)
Coercion
coerce
Coercion<S,T>
input
public String toString()
toString
Object
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.