X
Y
public final class UncheckedFunc<X,Y> extends Object implements Func<X,Y>
Exception
There is no thread-safety guarantee.
Func.NoNulls<X,Y>
UncheckedFunc(Func<X,Y> fnc)
apply(X input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UncheckedFunc(Func<X,Y> fnc)
fnc
public Y apply(X input)
Func
apply
Func<X,Y>
input
Copyright © 2017–2018 Cactoos. All rights reserved.