@luolapeikko/result-option
    Preparing search index...

    Interface ValueOf<ValueType>

    Primitive classes provide a valueOf method that returns a value from an object.

    v0.3.0

    interface ValueOf<ValueType> {
        valueOf(): ValueType;
    }

    Type Parameters

    • ValueType

      return type of the valueOf method

    Index

    Methods

    Methods