public abstract static class Osgl.Operator<T> extends Osgl.F1<T,T>
| Constructor and Description |
|---|
Operator() |
| Modifier and Type | Method and Description |
|---|---|
abstract Osgl.Operator<T> |
invert()
Returns the inverse function mapping from
Y back to X |
abstract Osgl.Operator<T> |
times(int n)
Returns a function with
n times factor specified. |
andThen, andThen, applyOrElse, compose, compose, compose, compose, compose, compose, curry, lift, orElsebreakOutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic abstract Osgl.Operator<T> invert()
Osgl.BijectionY back to Xpublic abstract Osgl.Operator<T> times(int n)
Osgl.MultiplicableFunctionn times factor specified. When the function
returned applied to a param, the effect is the same as apply this function
n times to the same paramCopyright © 2017. All Rights Reserved.