Uses of Enum Class
eu.bandm.tools.ops.IntervalRelation.Base
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of IntervalRelation.Base in eu.bandm.tools.ops
Modifier and TypeMethodDescriptionIntervalRelation.Base.converse()
static IntervalRelation.Base
Returns the enum constant of this class with the specified name.static IntervalRelation.Base[]
IntervalRelation.Base.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic <B extends Comparable<? super B>>
Function<IntervalRelation.Base,Relation<Interval<B>, Interval<B>>> IntervalRelation.Base.instantiateFun()
static <B> Function<IntervalRelation.Base,
Relation<Interval<B>, Interval<B>>> IntervalRelation.Base.instantiateFun
(Comparator<? super B> order) Modifier and TypeMethodDescriptionIntervalRelation.Base.compose
(IntervalRelation.Base b) static IntervalRelation
IntervalRelation.singleton
(IntervalRelation.Base b) Modifier and TypeMethodDescriptionIntervalRelation.bind
(Function<IntervalRelation.Base, IntervalRelation> fun) IntervalRelation.map
(Function<IntervalRelation.Base, IntervalRelation.Base> fun) IntervalRelation.map
(Function<IntervalRelation.Base, IntervalRelation.Base> fun) ModifierConstructorDescription