public abstract class SplitResult<RestrictionT>
extends java.lang.Object
| Constructor and Description | 
|---|
| SplitResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract RestrictionT | getPrimary()Returns the primary restriction. | 
| abstract RestrictionT | getResidual()Returns the residual restriction. | 
| static <RestrictionT> | of(RestrictionT primary,
  RestrictionT residual)Returns a  SplitResultfor the specified primary and residual restrictions. | 
public static <RestrictionT> SplitResult<RestrictionT> of(RestrictionT primary, RestrictionT residual)
SplitResult for the specified primary and residual restrictions.public abstract RestrictionT getPrimary()
public abstract RestrictionT getResidual()