Package | Description |
---|---|
eu.bandm.tools.ops |
Modifier and Type | Field and Description |
---|---|
static BiFunction<IntervalRelation.Base,IntervalRelation.Base,IntervalRelation> |
IntervalRelation.Base.compose |
static BiFunction<IntervalRelation.Base,IntervalRelation.Base,IntervalRelation> |
IntervalRelation.Base.compose |
static Function<IntervalRelation.Base,IntervalRelation.Base> |
IntervalRelation.Base.converse |
static Function<IntervalRelation.Base,IntervalRelation.Base> |
IntervalRelation.Base.converse |
Modifier and Type | Method and Description |
---|---|
IntervalRelation.Base |
IntervalRelation.Base.converse() |
static IntervalRelation.Base |
IntervalRelation.Base.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntervalRelation.Base[] |
IntervalRelation.Base.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <B extends Comparable<? super B>> |
IntervalRelation.Base.instantiateFun() |
static <B> Function<IntervalRelation.Base,Relation<Interval<B>,Interval<B>>> |
IntervalRelation.Base.instantiateFun(Comparator<? super B> order) |
Modifier and Type | Method and Description |
---|---|
IntervalRelation |
IntervalRelation.Base.compose(IntervalRelation.Base b) |
static IntervalRelation |
IntervalRelation.singleton(IntervalRelation.Base b) |
Modifier and Type | Method and Description |
---|---|
IntervalRelation |
IntervalRelation.bind(Function<IntervalRelation.Base,IntervalRelation> fun) |
IntervalRelation |
IntervalRelation.map(Function<IntervalRelation.Base,IntervalRelation.Base> fun) |
IntervalRelation |
IntervalRelation.map(Function<IntervalRelation.Base,IntervalRelation.Base> fun) |
Constructor and Description |
---|
IntervalRelation(IntervalRelation.Base... base) |
Constructor and Description |
---|
IntervalRelation(Collection<IntervalRelation.Base> base) |
IntervalRelation(EnumSet<IntervalRelation.Base> base) |
see also the complete user documentation .