Class MoreAsyncUtil.AlwaysTrue<T>

java.lang.Object
com.apple.foundationdb.async.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.
  • Constructor Details

    • AlwaysTrue

      public AlwaysTrue()
  • Method Details