Package org.orekit.files.sinex
Class IgnoredBlockContentPredicate<T extends ParseInfo<?>>
java.lang.Object
org.orekit.files.sinex.IgnoredBlockContentPredicate<T>
- Type Parameters:
T- type of the SINEX files parse info
- All Implemented Interfaces:
Predicate<T>
public class IgnoredBlockContentPredicate<T extends ParseInfo<?>>
extends Object
implements Predicate<T>
Predicate for block content lines that are ignored.
- Since:
- 13.0
- Author:
- Luc Maisonobe
-
Constructor Details
-
IgnoredBlockContentPredicate
public IgnoredBlockContentPredicate()Empty constructor.This constructor is not strictly necessary, but it prevents spurious javadoc warnings with JDK 18 and later.
- Since:
- 14.0
-
-
Method Details