Class MoreAsyncUtil.AlwaysTrue<T>

  • Type Parameters:
    T - the type of the (ignored) argument to the function
    All Implemented Interfaces:
    Function<T,​Boolean>
    Enclosing class:
    MoreAsyncUtil

    public static class MoreAsyncUtil.AlwaysTrue<T>
    extends Object
    implements Function<T,​Boolean>
    A Boolean function that is always true.