rsagl-0.2.2: The RogueStar Animation and Graphics LibrarySource codeContentsIndex
RSAGL.Edge
Documentation
data Edge a Source
Constructors
Edge
edge_previous :: !a
edge_next :: !a
edge_changed :: !Time
show/hide Instances
Eq a => Eq (Edge a)
Show a => Show (Edge a)
edge :: (Arrow a, ArrowChoice a, ArrowApply a, Eq e) => FRPX any t i o a e (Edge e)Source
edgeBy :: (Arrow a, ArrowChoice a, ArrowApply a) => (e -> e -> Bool) -> FRPX any t i o a e (Edge e)Source
edgep :: (Arrow a, ArrowChoice a, ArrowApply a, Eq e) => FRPX any t i o a e BoolSource
edgeFold :: (Arrow a, ArrowChoice a, ArrowApply a, Eq j) => (j -> p) -> (j -> p -> p) -> FRPX any t i o a j pSource
edgeFoldBy :: (Arrow a, ArrowChoice a, ArrowApply a) => (j -> j -> Bool) -> (j -> p) -> (j -> p -> p) -> FRPX any t i o a j pSource
edgeMap :: (Arrow a, ArrowChoice a, ArrowApply a, Eq j) => (j -> p) -> FRPX any t i o a j pSource
edgeMapBy :: (Arrow a, ArrowChoice a, ArrowApply a, Eq j) => (j -> j -> Bool) -> (j -> p) -> FRPX any t i o a j pSource
history :: (Arrow a, ArrowChoice a, ArrowApply a, Eq e) => Time -> FRPX any t i o a e [Edge e]Source
sticky :: (Arrow a, ArrowChoice a, ArrowApply a) => (x -> Bool) -> x -> FRPX any t i o a x xSource
initial :: (Arrow a, ArrowChoice a, ArrowApply a, Eq e) => FRPX any t i o a e eSource
started :: (Arrow a, ArrowChoice a, ArrowApply a) => FRPX any t i o a () TimeSource
Produced by Haddock version 2.3.0