public class DelegatingCheckedFunction<T,R> extends Object implements CheckedFunction<T,R>
DelegatingCheckedFunction(Function<T,R> delegate)
R
apply(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DelegatingCheckedFunction(Function<T,R> delegate)
public R apply(T t) throws Exception
apply
CheckedFunction<T,R>
Exception
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.