Class SeqSomeFunction

All Implemented Interfaces:
AviatorFunction, Serializable, Runnable, Callable<AviatorObject>

public class SeqSomeFunction extends AbstractFunction
Returns the first logical true value of fun.call(x) for any x in sequence, else returns nil.
See Also: