Class Sieved<T>

All Implemented Interfaces:
Optional<T>

public final class Sieved<T> extends LazyDelegatingOptional<T>
Optional decorator which is present if the delegate is present and satisfies a specific Predicate.
  • Constructor Details