T
R
public class InterceptorAdapter<T,R> extends Object implements Function<T,R>
InterceptorAdapter(Interceptor<T> interceptor, Function<T,R> inner)
apply(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public InterceptorAdapter(Interceptor<T> interceptor, Function<T,R> inner)
public R apply(T value)
apply
Function<T,R>
Copyright © 2017. All rights reserved.