X
Y
public final class SolidFunc<X,Y> extends Object implements Func<X,Y>
Objects of this class are thread safe.
Func.NoNulls<X,Y>
SolidFunc(Func<X,Y> fnc)
SolidFunc(Func<X,Y> fnc, int max)
apply(X input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SolidFunc(Func<X,Y> fnc)
fnc
public SolidFunc(Func<X,Y> fnc, int max)
max
public Y apply(X input) throws Exception
Func
apply
Func<X,Y>
input
Exception
Copyright © 2017–2018 Cactoos. All rights reserved.