@FunctionalInterface public interface Function1<T,R> extends Function<T,R>, Serializable
default Function1<T,Boolean>
and(Function1<T,Boolean> other)
or(Function1<T,Boolean> other)
andThen, apply, compose, identity
default Function1<T,Boolean> and(Function1<T,Boolean> other)
default Function1<T,Boolean> or(Function1<T,Boolean> other)
Copyright © 2019 Streamx. All rights reserved.