@FunctionalInterface public interface Function0<T> extends Supplier<T>, Serializable
default Function0<Boolean>
and(Function0<Boolean> other)
or(Function0<Boolean> other)
get
default Function0<Boolean> and(Function0<Boolean> other)
default Function0<Boolean> or(Function0<Boolean> other)
Copyright © 2019 Streamx. All rights reserved.